projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd61253
)
mac80211: use the nl80211 driver for wpa_supplicant
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 May 2010 22:03:54 +0000
(22:03 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 May 2010 22:03:54 +0000
(22:03 +0000)
SVN-Revision: 21321
package/mac80211/files/lib/wifi/mac80211.sh
patch
|
blob
|
history
diff --git
a/package/mac80211/files/lib/wifi/mac80211.sh
b/package/mac80211/files/lib/wifi/mac80211.sh
index c871cbe7328419a75440e4a2b63434bb17a8f819..af8dd23270e1cf20354b0a2f17362dbb71cd076d 100644
(file)
--- a/
package/mac80211/files/lib/wifi/mac80211.sh
+++ b/
package/mac80211/files/lib/wifi/mac80211.sh
@@
-362,7
+362,7
@@
enable_mac80211() {
;;
sta)
if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then
- wpa_supplicant_setup_vif "$vif"
wext
|| {
+ wpa_supplicant_setup_vif "$vif"
nl80211
|| {
echo "enable_mac80211($device): Failed to set up wpa_supplicant for interface $ifname" >&2
# make sure this wifi interface won't accidentally stay open without encryption
ifconfig "$ifname" down