[OpenWrt-Devel] [PATCH 3/3] mac80211.sh: fix wds option.

2013-12-12 Thread Yousong Zhou
commit a7ef3ef `mac80211: add missing set_default to fix stray radio0: sh: bad number messages effectly disabled wds option. Wds is actually set_default before, it is json_get_var() which would set variables' value to null if they does not appear in the JSON data. This will cause bad number

Re: [OpenWrt-Devel] [PATCH 3/3] mac80211.sh: fix wds option.

2013-12-12 Thread Felix Fietkau
On 2013-12-12 13:40, Yousong Zhou wrote: commit a7ef3ef `mac80211: add missing set_default to fix stray radio0: sh: bad number messages effectly disabled wds option. Wds is actually set_default before, it is json_get_var() which would set variables' value to null if they does not appear in