diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-05-08 09:42:33 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-11 15:23:54 -0400 |
commit | 0b258582fef3a9b15b2372d99164859361faa8db (patch) | |
tree | 4467eb0ffbb199f7fd3aeb1418dfc31e7b344c25 /include/linux/ext3_fs_i.h | |
parent | aa837e1d6bd1a71b3c30c7738b6c29d41512fe7d (diff) |
cfg80211: fix wext iw_freq parsing
The function to parse a struct iw_freq has a stupid bug,
it returns NULL when the channel cannot be found at all,
but NULL is supposed to mean "auto". Fix this by checking
the return value of ieee80211_get_channel() and returning
ERR_PTR(-EINVAL) if it returned NULL (channel not found).
This fixes an issue where you could say (in IBSS mode)
iwconfig wlan0 channel 21
and it would use channel 1 instead because that's the
first available channel with IBSS allowed (which is what
the "auto" setting uses).
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ext3_fs_i.h')
0 files changed, 0 insertions, 0 deletions