Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315631
b: refs/heads/master
c: 89e1180
h: refs/heads/master
i:
  315629: cd09dc2
  315627: ac40c58
  315623: 67465ae
  315615: 0f77f84
v: v3
  • Loading branch information
Thomas Huehn authored and John W. Linville committed Jul 11, 2012
1 parent 009f5a4 commit 3ce6f21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c41f3159ca4f04dfc22c791fd96d3d057dcaf90
refs/heads/master: 89e1180121f281af16855d4954b9fe3d7354fe73
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,9 @@ mwl8k_txq_reclaim(struct ieee80211_hw *hw, int index, int limit, int force)

info = IEEE80211_SKB_CB(skb);
if (ieee80211_is_data(wh->frame_control)) {
sta = info->control.sta;
rcu_read_lock();
sta = ieee80211_find_sta_by_ifaddr(hw, wh->addr1,
wh->addr2);
if (sta) {
sta_info = MWL8K_STA(sta);
BUG_ON(sta_info == NULL);
Expand All @@ -1682,6 +1684,7 @@ mwl8k_txq_reclaim(struct ieee80211_hw *hw, int index, int limit, int force)
sta_info->is_ampdu_allowed = true;
}
}
rcu_read_unlock();
}

ieee80211_tx_info_clear_status(info);
Expand Down

0 comments on commit 3ce6f21

Please sign in to comment.