diff options
author | Abhijeet Kolekar <[email protected]> | 2010-01-13 13:23:14 -0800 |
---|---|---|
committer | John W. Linville <[email protected]> | 2010-01-14 17:14:58 -0500 |
commit | 5f6120335c701ba07d5151206071f4d6ccaa684f (patch) | |
tree | cc7270bd3b0b617d4c162721a3adedc648aacab3 /tools/perf/scripts/python/check-perf-trace.py | |
parent | a0e803a2112398150daa4d88c9d58409e0cf0b6c (diff) |
cfg80211: fix channel setting for wext
Patch fixes the bug at
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2139
Currently we cannot set the channel using wext extension
if we have already associated and disconnected. As
cfg80211_mgd_wext_siwfreq will not switch the channel if ssid is set.
This fixes it by clearing the ssid.
Following is the sequence which it tries to fix.
modprobe iwlagn
iwconfig wlan0 essid ""
ifconfig wlan0 down
iwconfig wlan0 chan X
wext is marked as deprecate.If we use nl80211 we can easily play with
setting the channel.
Signed-off-by: Abhijeet Kolekar <[email protected]>
Acked-by: Samuel Ortiz <[email protected]>
cc: [email protected]
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions