diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-31 22:50:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-31 22:50:43 +0000 |
commit | a5e83a8bed5832546bd59aefcdeeb97259c6ea90 (patch) | |
tree | 460ef45a68fde4fb2b534461f61918dc0b2c3ce1 /package | |
parent | 60f834421c7adc512609da74e42a07d9568e5859 (diff) | |
download | upstream-a5e83a8bed5832546bd59aefcdeeb97259c6ea90.tar.gz upstream-a5e83a8bed5832546bd59aefcdeeb97259c6ea90.tar.bz2 upstream-a5e83a8bed5832546bd59aefcdeeb97259c6ea90.zip |
use the madwifi driver instead of wext in the wpa_supplicant command line. the madwifi driver can associate faster because it uses a different ioctl interface
SVN-Revision: 12053
Diffstat (limited to 'package')
-rwxr-xr-x | package/madwifi/files/lib/wifi/madwifi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/files/lib/wifi/madwifi.sh b/package/madwifi/files/lib/wifi/madwifi.sh index d2bbed3b2f..be4cad0b70 100755 --- a/package/madwifi/files/lib/wifi/madwifi.sh +++ b/package/madwifi/files/lib/wifi/madwifi.sh @@ -304,7 +304,7 @@ EOF #add wpa_supplicant calls here ;; esac - [ -z "$proto" ] || wpa_supplicant ${bridge:+ -b $bridge} -B -D wext -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf + [ -z "$proto" ] || wpa_supplicant ${bridge:+ -b $bridge} -B -D madwifi -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf ;; esac first=0 |