|
@@ -1153,16 +1153,14 @@ static void iwl5000_rx_reply_tx(struct iwl_priv *priv,
|
|
|
tx_resp->failure_frame);
|
|
|
|
|
|
freed = iwl_tx_queue_reclaim(priv, txq_id, index);
|
|
|
- if (ieee80211_is_data_qos(tx_resp->frame_ctrl))
|
|
|
- iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
|
|
|
+ iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
|
|
|
|
|
|
if (priv->mac80211_registered &&
|
|
|
(iwl_queue_space(&txq->q) > txq->q.low_mark))
|
|
|
iwl_wake_queue(priv, txq_id);
|
|
|
}
|
|
|
|
|
|
- if (ieee80211_is_data_qos(tx_resp->frame_ctrl))
|
|
|
- iwl_txq_check_empty(priv, sta_id, tid, txq_id);
|
|
|
+ iwl_txq_check_empty(priv, sta_id, tid, txq_id);
|
|
|
|
|
|
if (iwl_check_bits(status, TX_ABORT_REQUIRED_MSK))
|
|
|
IWL_ERR(priv, "TODO: Implement Tx ABORT REQUIRED!!!\n");
|