From: Felix Fietkau Date: Thu, 31 Jul 2008 22:50:43 +0000 (+0000) Subject: use the madwifi driver instead of wext in the wpa_supplicant command line. the madwif... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8b1c7f194113c89f70a6585f64d213151db6bc4c 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 --- 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