aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-26 04:47:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-26 04:47:11 +0000
commit90ff19aa07d5ad20a9848da13313dfb469b7bfe7 (patch)
tree2a967e65bddaa8198b54e6fa8ee80b7f15153959 /package
parent8f39c35159a208f1d36b9912c5d307c543203b2c (diff)
downloadupstream-90ff19aa07d5ad20a9848da13313dfb469b7bfe7.tar.gz
upstream-90ff19aa07d5ad20a9848da13313dfb469b7bfe7.tar.bz2
upstream-90ff19aa07d5ad20a9848da13313dfb469b7bfe7.zip
add a patch for properly refreshing the bssidmask
SVN-Revision: 10268
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/patches/317-bmask.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/madwifi/patches/317-bmask.patch b/package/madwifi/patches/317-bmask.patch
new file mode 100644
index 0000000000..b4ce4ac650
--- /dev/null
+++ b/package/madwifi/patches/317-bmask.patch
@@ -0,0 +1,15 @@
+Index: madwifi-dfs-r3252/ath/if_ath.c
+===================================================================
+--- madwifi-dfs-r3252.orig/ath/if_ath.c 2008-01-26 05:46:05.078738026 +0100
++++ madwifi-dfs-r3252/ath/if_ath.c 2008-01-26 05:46:09.658999042 +0100
+@@ -8626,6 +8626,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 */