···793793 * itself794794 */795795 txb_mask = ((1 << ac) - 1);796796- /*797797- * when the scatter request resources drop below a798798- * certain threshold, disable Tx bundling for all799799- * AC's with priority lower than the current requesting800800- * AC. Otherwise re-enable Tx bundling for them801801- */802802- if (scat_req->scat_q_depth < ATH6KL_SCATTER_REQS)803803- target->tx_bndl_mask &= ~txb_mask;804804- else805805- target->tx_bndl_mask |= txb_mask;796796+797797+ /*798798+ * when the scatter request resources drop below a799799+ * certain threshold, disable Tx bundling for all800800+ * AC's with priority lower than the current requesting801801+ * AC. Otherwise re-enable Tx bundling for them802802+ */803803+ if (scat_req->scat_q_depth < ATH6KL_SCATTER_REQS)804804+ target->tx_bndl_mask &= ~txb_mask;805805+ else806806+ target->tx_bndl_mask |= txb_mask;806807 }807808808809 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx pkts to scatter: %d\n",