cfg80211: send events for userspace SME
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 2 Jul 2009 07:58:04 +0000 (09:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:53 +0000 (15:01 -0400)
commite45cd82ace91b71bc690ba78a0ebea17edfaabef
tree8a7e9d6aa13d1827c8d82568cf446aa0005440e6
parentab1faead50d09165b58c2854997c7205ca9c0d22
cfg80211: send events for userspace SME

When the userspace SME is in control, we are currently not sending
events, but this means that any userspace applications using wext
or nl80211 to receive events will not know what's going on unless
they can also interpret the nl80211 assoc event. Since we have all
the required code, let the SME follow events from the userspace
SME, this even means that you will be refused to connect() while
the userspace SME is in control and connected.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/sme.c