summaryrefslogtreecommitdiffstats
path: root/package/madwifi/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-31 22:50:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-31 22:50:43 +0000
commita5e83a8bed5832546bd59aefcdeeb97259c6ea90 (patch)
tree460ef45a68fde4fb2b534461f61918dc0b2c3ce1 /package/madwifi/files
parent60f834421c7adc512609da74e42a07d9568e5859 (diff)
downloadmaster-31e0f0ae-a5e83a8bed5832546bd59aefcdeeb97259c6ea90.tar.gz
master-31e0f0ae-a5e83a8bed5832546bd59aefcdeeb97259c6ea90.tar.bz2
master-31e0f0ae-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/madwifi/files')
-rwxr-xr-xpackage/madwifi/files/lib/wifi/madwifi.sh2
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