From: Johannes Berg Date: Fri, 24 Feb 2012 12:50:53 +0000 (+0100) Subject: mac80211: fix ieee80211_set_disassoc() sending DelBA X-Git-Tag: v3.4-rc1~177^2~139^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d83e60b9864e7920d87b49e1fbedffd32470f8;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed