package/madwifi: add uci support for the propereq iwpriv setting

SVN-Revision: 13795
lede-17.01
Jo-Philipp Wich 2009-01-01 17:29:58 +00:00
parent 0b5333be4b
commit 4a1148cf7b
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ enable_atheros() {
config_get_bool doth "$vif" doth 0
[ -n "$doth" ] && iwpriv "$ifname" doth "$doth"
config_get_bool probereq "$vif" probereq
[ -n "$probereq" ] && iwpriv "$ifname" probereq "$probereq"
config_get maclist "$vif" maclist
[ -n "$maclist" ] && {
# flush MAC list