mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
package/madwifi: add uci support for the propereq iwpriv setting
SVN-Revision: 13795
This commit is contained in:
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…
x
Reference in New Issue
Block a user