commit | 6a8579d0e62c0eac428184ce45e86bc46677724a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu May 27 14:41:07 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jun 03 14:10:45 2010 -0400 |
tree | 192d3adc84985598ad6006df43d246adce002f7e | |
parent | 2b2c009ecf71f4c66ff8420b63dddbc9737e04e3 [diff] |
mac80211: clean up ieee80211_stop_tx_ba_session There's no sense in letting anything but internal mac80211 functions set the initiator to anything but WLAN_BACK_INITIATOR, since WLAN_BACK_RECIPIENT is only valid when we have received a frame from the peer, which we react to directly in mac80211. The debugfs code I recently added got this wrong as well. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>