Skip to content
Snippets Groups Projects
Commit a5e83a8b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

use the madwifi driver instead of wext in the wpa_supplicant command line. the...

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
parent 60f83442
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ EOF ...@@ -304,7 +304,7 @@ EOF
#add wpa_supplicant calls here #add wpa_supplicant calls here
;; ;;
esac 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 esac
first=0 first=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment