commit | 02d83e60b9864e7920d87b49e1fbedffd32470f8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 24 13:50:53 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 29 14:11:34 2012 -0500 |
tree | 39902588077df80fff31aacf5a1fc136e8f4cc7e | |
parent | 5fef7dbcadbb85079d3bf56625dd12e6d2816e3d [diff] |
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>