ath6kl: fix an indenting issue
This is supposed to be pushed in one indent level. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
3acabc8807
commit
b86aeb502a
@ -793,16 +793,17 @@ static void ath6kl_htc_tx_bundle(struct htc_endpoint *endpoint,
|
|||||||
* itself
|
* itself
|
||||||
*/
|
*/
|
||||||
txb_mask = ((1 << ac) - 1);
|
txb_mask = ((1 << ac) - 1);
|
||||||
/*
|
|
||||||
* when the scatter request resources drop below a
|
/*
|
||||||
* certain threshold, disable Tx bundling for all
|
* when the scatter request resources drop below a
|
||||||
* AC's with priority lower than the current requesting
|
* certain threshold, disable Tx bundling for all
|
||||||
* AC. Otherwise re-enable Tx bundling for them
|
* AC's with priority lower than the current requesting
|
||||||
*/
|
* AC. Otherwise re-enable Tx bundling for them
|
||||||
if (scat_req->scat_q_depth < ATH6KL_SCATTER_REQS)
|
*/
|
||||||
target->tx_bndl_mask &= ~txb_mask;
|
if (scat_req->scat_q_depth < ATH6KL_SCATTER_REQS)
|
||||||
else
|
target->tx_bndl_mask &= ~txb_mask;
|
||||||
target->tx_bndl_mask |= txb_mask;
|
else
|
||||||
|
target->tx_bndl_mask |= txb_mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx pkts to scatter: %d\n",
|
ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx pkts to scatter: %d\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user