1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Fix wep encryption setting with madwifi (#1173)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-01-18 14:43:21 +00:00
parent 4c0cc0fb0b
commit eee5389d40

View File

@@ -122,7 +122,7 @@ enable_atheros() {
iwconfig "$ifname" enc "[$idx]" "${key:-off}" iwconfig "$ifname" enc "[$idx]" "${key:-off}"
done done
config_get key "$vif" key config_get key "$vif" key
iwconfig "$ifname" enc "[${key:-1}]" iwconfig "$ifname" enc "${key:-1}"
;; ;;
esac esac