1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 23:41:59 +03:00

mac80211: fix up wds sta mode after r18591

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-11-29 13:56:41 +00:00
parent ac42d58d7c
commit f916333f1e

View File

@ -125,7 +125,7 @@ enable_mac80211() {
;;
sta)
local wdsflag
[ "$wds" -gt 0 ] && wdsflag="wds on"
[ "$wds" -gt 0 ] && wdsflag="4addr on"
iw phy "$phy" interface add "$ifname" type managed $wdsflag
config_get_bool powersave "$vif" powersave 0
[ "$powersave" -gt 0 ] && powersave="on" || powersave="off"