X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches-testing%2F305-bssid_mask.patch;fp=package%2Fmadwifi%2Fpatches-testing%2F305-bssid_mask.patch;h=0000000000000000000000000000000000000000;hp=bc02462a33492c56818da687b2bdcee903d1dcb5;hb=1f3a1743ab466ca950e4848c2f6b6fe9c8b7d3f9;hpb=e9f92916642f20d69834e68030c6b8f9390d573e diff --git a/package/madwifi/patches-testing/305-bssid_mask.patch b/package/madwifi/patches-testing/305-bssid_mask.patch deleted file mode 100644 index bc02462a33..0000000000 --- a/package/madwifi/patches-testing/305-bssid_mask.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -8717,6 +8717,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 */