]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix ieee80211_set_disassoc() sending DelBA
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Feb 2012 12:50:53 +0000 (13:50 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Feb 2012 19:11:34 +0000 (14:11 -0500)
commit51b8044208103cd5081b04a9172625c7d01fa9b2
tree39902588077df80fff31aacf5a1fc136e8f4cc7e
parent418a940c89dcb69b767b2fce4f47ed2b770e2c58
mac80211: fix ieee80211_set_disassoc() sending DelBA

When ieee80211_set_disassoc() is called with the
tx argument set to true, it will send DelBA out
to the peer. This isn't useful or necessary in a
few cases where we do it today, those being when
we lost the connection or when the supplicant
explicitly asked us to not tell the AP.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c