summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-17 22:06:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-17 22:06:52 +0000
commit1cc6486b0bccad4815e46c653c6890476b474423 (patch)
tree769dd16a0a8d54c1df6f8a513d6f700967cb357c /package
parent44dc255e43ac7fe8da509669016d37855c9f3219 (diff)
downloadmaster-31e0f0ae-1cc6486b0bccad4815e46c653c6890476b474423.tar.gz
master-31e0f0ae-1cc6486b0bccad4815e46c653c6890476b474423.tar.bz2
master-31e0f0ae-1cc6486b0bccad4815e46c653c6890476b474423.zip
remove a wrong patch chunk in the madwifi update
SVN-Revision: 11855
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/patches-r3776/303-bssid_alloc.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/madwifi/patches-r3776/303-bssid_alloc.patch b/package/madwifi/patches-r3776/303-bssid_alloc.patch
index c10a21cf9b..49e507a7c9 100644
--- a/package/madwifi/patches-r3776/303-bssid_alloc.patch
+++ b/package/madwifi/patches-r3776/303-bssid_alloc.patch
@@ -2,15 +2,6 @@ Index: madwifi-trunk-r3776/ath/if_ath.c
===================================================================
--- madwifi-trunk-r3776.orig/ath/if_ath.c 2008-07-17 01:49:58.000000000 +0200
+++ madwifi-trunk-r3776/ath/if_ath.c 2008-07-17 01:57:39.000000000 +0200
-@@ -1333,7 +1333,7 @@
- /* Use RadioTAP interface type for monitor mode. */
- dev->type = ARPHRD_IEEE80211_RADIOTAP;
-
-- if (flags & IEEE80211_CLONE_BSSID) {
-+ if (!(flags & IEEE80211_CLONE_BSSID)) {
- if (sc->sc_hasbmask) {
- struct ieee80211vap *v;
- uint64_t id_mask = 0;
@@ -1347,11 +1347,12 @@
TAILQ_FOREACH(v, &ic->ic_vaps, iv_next)
id_mask |= (1 << ATH_GET_VAP_ID(v->iv_myaddr));