Advertisement
Guest User

Untitled

a guest
Feb 9th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. @@ -1239,8 +1232,11 @@ int iwlagn_rx_reply_tx(struct iwl_priv *
  4.                                 info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
  5.                         iwlagn_set_tx_status(priv, IEEE80211_SKB_CB(skb),
  6.                                      tx_resp);
  7. -                       if (!is_agg)
  8. +                       if (!is_agg) {
  9.                                 iwlagn_non_agg_tx_status(priv, ctx, hdr->addr1);
  10. +                               if (status == TX_STATUS_FAIL_FIFO_FLUSHED)
  11. +                                       next_reclaimed = ((le16_to_cpu(hdr->seq_ctrl) + 0x10) & IEEE80211_SCTL_SEQ) >> 4;
  12. +                       }
  13.  
  14.                         freed++;
  15.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement