]> 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)
commit177617fb7f4f0eecda90d6ae2c08102786c4de7b
tree39902588077df80fff31aacf5a1fc136e8f4cc7e
parent494ce8da21d3b2d4e3ecc227fc087d1254b8ecc5
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