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

SVN-Revision: 13795
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 16 years ago
parent 0b5333be4b
commit 4a1148cf7b

@ -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

Loading…
Cancel
Save