commit | 90be561b119a9e5439733f09cc70bd4ce9ec8022 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Jan 08 19:01:07 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 12 14:02:11 2010 -0500 |
tree | 5fe3d187ed31f553dcde5056b6e6d21f135d59cb | |
parent | 67e2eb27958cae758ccbc86443c360ec285acc3e [diff] |
mac80211: fix return from ieee80211_assoc_success 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>