Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134489
b: refs/heads/master
c: 955d3fe
h: refs/heads/master
i:
  134487: cc0eba4
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Feb 13, 2009
1 parent 0acd4ae commit 595fb0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 8abd3f9bc476b5b7f6de1b6fb576b87ba338f7fd
refs/heads/master: 955d3fe3e8b38de19761e4ac7afdb9d7a33b9566
5 changes: 2 additions & 3 deletions trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,8 @@ int ieee80211_stop_tx_ba_session(struct ieee80211_hw *hw,
ret = local->ops->ampdu_action(hw, IEEE80211_AMPDU_TX_STOP,
&sta->sta, tid, NULL);

/* case HW denied going back to legacy */
if (ret) {
WARN_ON(ret != -EBUSY);
/* HW shall not deny going back to legacy */
if (WARN_ON(ret)) {
*state = HT_AGG_STATE_OPERATIONAL;
if (hw->ampdu_queues)
ieee80211_wake_queue(hw, sta->tid_to_tx_q[tid]);
Expand Down

0 comments on commit 595fb0a

Please sign in to comment.