From: Johannes Berg Date: Thu, 27 May 2010 12:41:07 +0000 (+0200) Subject: mac80211: clean up ieee80211_stop_tx_ba_session X-Git-Tag: v2.6.36-rc1~571^2~615^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8579d0e62c0eac428184ce45e86bc46677724a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed