aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/310-erp_beacon_check.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-24 04:35:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-24 04:35:02 +0000
commit2bbcb1d2dcd3cec58b316cd17046ff53cae6fce0 (patch)
tree43d8c81e9ccd5dc6bf22c888d20cbf172440f9d5 /package/madwifi/patches/310-erp_beacon_check.patch
parente862674aa8cc63a3ed406ebf6a30f02e5dc9d4e8 (diff)
downloadupstream-2bbcb1d2dcd3cec58b316cd17046ff53cae6fce0.tar.gz
upstream-2bbcb1d2dcd3cec58b316cd17046ff53cae6fce0.tar.bz2
upstream-2bbcb1d2dcd3cec58b316cd17046ff53cae6fce0.zip
upgrade madwifi to r2756
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/310-erp_beacon_check.patch')
-rw-r--r--package/madwifi/patches/310-erp_beacon_check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/madwifi/patches/310-erp_beacon_check.patch b/package/madwifi/patches/310-erp_beacon_check.patch
deleted file mode 100644
index f4af141450..0000000000
--- a/package/madwifi/patches/310-erp_beacon_check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c
-===================================================================
---- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_beacon.c 2007-10-20 20:52:09.000000000 +0200
-+++ madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c 2007-10-20 20:52:09.000000000 +0200
-@@ -518,7 +518,7 @@
- vap->iv_flags &= ~IEEE80211_F_XRUPDATE;
- }
- #endif
-- if (ic->ic_flags_ext & IEEE80211_FEXT_ERPUPDATE) {
-+ if ((ic->ic_flags_ext & IEEE80211_FEXT_ERPUPDATE) && (bo->bo_erp != NULL)) {
- (void) ieee80211_add_erp(bo->bo_erp, ic);
- ic->ic_flags_ext &= ~IEEE80211_FEXT_ERPUPDATE;
- }