summaryrefslogtreecommitdiff
path: root/package/madwifi/patches-testing/305-bssid_mask.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-16 21:06:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-16 21:06:30 +0000
commit6e9522d27e11d14df5acff0022fd3f894f997a7c (patch)
tree7a1bb245b59fb8c1750b905cb1087915a5ffface /package/madwifi/patches-testing/305-bssid_mask.patch
parent18c93fb457925b1fbf73acbde7cd3c722d8ef8f1 (diff)
downloadmtk-20170518-6e9522d27e11d14df5acff0022fd3f894f997a7c.zip
mtk-20170518-6e9522d27e11d14df5acff0022fd3f894f997a7c.tar.gz
mtk-20170518-6e9522d27e11d14df5acff0022fd3f894f997a7c.tar.bz2
remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it.
SVN-Revision: 12992
Diffstat (limited to 'package/madwifi/patches-testing/305-bssid_mask.patch')
-rw-r--r--package/madwifi/patches-testing/305-bssid_mask.patch13
1 files changed, 0 insertions, 13 deletions
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 bc02462..0000000
--- 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 */