commit | e458b8a22d33eef62765c9f89889efeb4041f073 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Aug 06 20:41:33 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 14 09:12:46 2009 -0400 |
tree | e738ffebfecb0e461ca033528dd39a8b86839770 | |
parent | e21546a2a3953a7d4b9d5c9b1cf12184ffceab96 [diff] |
cfg80211: fix nl80211 disconnected events When reporting a disconnection to userspace, we try to report whether it was from the AP or by our own choice. However, we misreported a broadcast deauth or disassoc as being by own choice, which is wrong. Fix this by checking the sender address instead of the destination address. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>