|
@@ -302,10 +302,11 @@ int mwifiex_write_data_complete(struct mwifiex_adapter *adapter,
|
|
|
priv->stats.tx_errors++;
|
|
|
}
|
|
|
|
|
|
- if (tx_info->flags & MWIFIEX_BUF_FLAG_BRIDGED_PKT)
|
|
|
+ if (tx_info->flags & MWIFIEX_BUF_FLAG_BRIDGED_PKT) {
|
|
|
atomic_dec_return(&adapter->pending_bridged_pkts);
|
|
|
if (tx_info->flags & MWIFIEX_BUF_FLAG_AGGR_PKT)
|
|
|
goto done;
|
|
|
+ }
|
|
|
|
|
|
if (aggr)
|
|
|
/* For skb_aggr, do not wake up tx queue */
|