Backport r13795 to 8.09
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Jan 2009 17:31:46 +0000 (17:31 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Jan 2009 17:31:46 +0000 (17:31 +0000)
SVN-Revision: 13796

package/madwifi/files/lib/wifi/madwifi.sh

index 3ec5e3e9e7aa2ef7c7545e24601dea494c35dbf8..ec24a97c709cfa991479355354be4f4e680c0872 100755 (executable)
@@ -253,6 +253,9 @@ enable_atheros() {
                config_get_bool doth "$vif" doth 0
                [ -n "$doth" ] && iwpriv "$ifname" doth "$doth"
 
                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
                config_get maclist "$vif" maclist
                [ -n "$maclist" ] && {
                        # flush MAC list