aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-r3776/305-bssid_mask.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-17 02:30:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-17 02:30:08 +0000
commitb83f384981232d7ebaff91900f1dd935d9bbb8a5 (patch)
tree9a6c4a84b220fbf9a9e4066c469eed96abce61f1 /package/madwifi/patches-r3776/305-bssid_mask.patch
parentd549476c027e2aa6d8c8107cc61008fa03e94263 (diff)
downloadupstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.tar.gz
upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.tar.bz2
upstream-b83f384981232d7ebaff91900f1dd935d9bbb8a5.zip
huge madwifi update (work in progress, disabled by default, compiles but breaks at run time)
SVN-Revision: 11851
Diffstat (limited to 'package/madwifi/patches-r3776/305-bssid_mask.patch')
-rw-r--r--package/madwifi/patches-r3776/305-bssid_mask.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/madwifi/patches-r3776/305-bssid_mask.patch b/package/madwifi/patches-r3776/305-bssid_mask.patch
new file mode 100644
index 0000000000..24d2f9f22c
--- /dev/null
+++ b/package/madwifi/patches-r3776/305-bssid_mask.patch
@@ -0,0 +1,13 @@
+--- a/ath/if_ath.c
++++ b/ath/if_ath.c
+@@ -8692,6 +8692,10 @@
+
+ sc->sc_rxbufcur = NULL;
+
++ /* configure bssid mask */
++ if (sc->sc_hasbmask)
++ ath_hal_setbssidmask(ah, sc->sc_bssidmask);
++
+ bf = STAILQ_FIRST(&sc->sc_rxbuf);
+ ath_hal_putrxbuf(ah, bf->bf_daddr);
+ ath_hal_rxena(ah); /* enable recv descriptors */