mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
package/madwifi: add uci support for the propereq iwpriv setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13795 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
64a4dc42c0
commit
ce292df360
@ -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…
Reference in New Issue
Block a user