mac80211: fix return from ieee80211_assoc_success
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 8 Jan 2010 18:01:07 +0000 (19:01 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Jan 2010 19:02:11 +0000 (14:02 -0500)
sparse pointed out that I made a mistake converting
the return value of ieee80211_assoc_success to bool,
this place should return false instead of one of the
enum values (which would be true).

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

No differences found