mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add a patch for properly refreshing the bssidmask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10268 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b6ed86f4c2
commit
7c9bfa0ce2
15
package/madwifi/patches/317-bmask.patch
Normal file
15
package/madwifi/patches/317-bmask.patch
Normal file
@ -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 */
|
||||
Loading…
x
Reference in New Issue
Block a user