From: nbd Date: Sun, 29 Nov 2009 13:56:41 +0000 (+0000) Subject: mac80211: fix up wds sta mode after r18591 X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/f916333f1ebc34b73b46d124e98ef654feae45ab mac80211: fix up wds sta mode after r18591 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18600 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 91fdcf57c..bc6cc1449 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -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"