Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256083
b: refs/heads/master
c: 15b4d84
h: refs/heads/master
i:
  256081: f29b0a7
  256079: 48a3efa
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed Jun 27, 2011
1 parent 32ca254 commit d20cbcb
Show file tree
Hide file tree
Showing 2 changed files with 6 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: daf4ce85cd5221a3609e68419d01730170975e94
refs/heads/master: 15b4d843ab66bc0ac2cd46baa20a3ce9638604e6
6 changes: 5 additions & 1 deletion trunk/net/mac80211/agg-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,11 @@ void ieee80211_process_addba_request(struct ieee80211_local *local,
"%pM on tid %u\n",
mgmt->sa, tid);
#endif /* CONFIG_MAC80211_HT_DEBUG */
goto end;

/* delete existing Rx BA session on the same tid */
___ieee80211_stop_rx_ba_session(sta, tid, WLAN_BACK_RECIPIENT,
WLAN_STATUS_UNSPECIFIED_QOS,
false);
}

/* prepare A-MPDU MLME for Rx aggregation */
Expand Down

0 comments on commit d20cbcb

Please sign in to comment.