mirror of https://github.com/hak5/openwrt.git
parent
73e982ce0c
commit
138f93e130
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue