summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-r3776/303-bssid_alloc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-18 22:50:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-18 22:50:46 +0000
commit16731f482f4d3f3e94c90beb70c9cbba9c8dd631 (patch)
tree59850f98e47a5e8165d1a1084b7e78d45db77b64 /package/madwifi/patches-r3776/303-bssid_alloc.patch
parent4d144eee67a94959f1a5d875678e466775782c14 (diff)
downloadmaster-31e0f0ae-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.gz
master-31e0f0ae-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.bz2
master-31e0f0ae-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.zip
refresh madwifi-testing patches
SVN-Revision: 11866
Diffstat (limited to 'package/madwifi/patches-r3776/303-bssid_alloc.patch')
-rw-r--r--package/madwifi/patches-r3776/303-bssid_alloc.patch12
1 files changed, 4 insertions, 8 deletions
diff --git a/package/madwifi/patches-r3776/303-bssid_alloc.patch b/package/madwifi/patches-r3776/303-bssid_alloc.patch
index 49e507a7c9..43e0d6dcf5 100644
--- a/package/madwifi/patches-r3776/303-bssid_alloc.patch
+++ b/package/madwifi/patches-r3776/303-bssid_alloc.patch
@@ -1,7 +1,5 @@
-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
+--- a/ath/if_ath.c
++++ b/ath/if_ath.c
@@ -1347,11 +1347,12 @@
TAILQ_FOREACH(v, &ic->ic_vaps, iv_next)
id_mask |= (1 << ATH_GET_VAP_ID(v->iv_myaddr));
@@ -29,10 +27,8 @@ Index: madwifi-trunk-r3776/ath/if_ath.c
avp->av_bslot = -1;
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
atomic_set(&avp->av_beacon_alloc, 0);
-Index: madwifi-trunk-r3776/ath/if_athvar.h
-===================================================================
---- madwifi-trunk-r3776.orig/ath/if_athvar.h 2008-07-17 01:27:21.000000000 +0200
-+++ madwifi-trunk-r3776/ath/if_athvar.h 2008-07-17 01:57:15.000000000 +0200
+--- a/ath/if_athvar.h
++++ b/ath/if_athvar.h
@@ -802,7 +802,7 @@
} sc_updateslot; /* slot time update fsm */
int sc_slotupdate; /* slot to next advance fsm */