View difference between Paste ID: 3JaipF7U and CGV6HViw
SHOW: | | - or go back to the newest paste.
1
--- drivers/net/wireless/iwlwifi/dvm/tx.c-orig  2014-02-07 09:57:55.305893472 +0400
2
+++ drivers/net/wireless/iwlwifi/dvm/tx.c       2014-02-08 14:43:26.464865956 +0400
3-
@@ -1185,13 +1185,6 @@ int iwlagn_rx_reply_tx(struct iwl_priv *
3+
4-
                        next_reclaimed = ssn;
4+
5-
                }
5+
6
                                     tx_resp);
7-
-               if (tid != IWL_TID_NON_QOS) {
7+
8-
-                       priv->tid_data[sta_id][tid].next_reclaimed =
8+
9-
-                               next_reclaimed;
9+
10-
-                       IWL_DEBUG_TX_REPLY(priv, "Next reclaimed packet:%d\n",
10+
11-
-                                                 next_reclaimed);
11+
12-
-               }
12+
13-
-
13+
14-
                iwl_trans_reclaim(priv->trans, txq_id, ssn, &skbs);
14+
15
                }