diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-24 04:35:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-24 04:35:02 +0000 |
commit | 479cf96993cb70f8c69ba590238e27a56dc7091d (patch) | |
tree | 5017728e3dd12a451936b32a4b655be919db6dba /package/madwifi/patches/310-erp_beacon_check.patch | |
parent | 788a010131706f80582e9577d2fa43fb8b33e22b (diff) | |
download | upstream-479cf96993cb70f8c69ba590238e27a56dc7091d.tar.gz upstream-479cf96993cb70f8c69ba590238e27a56dc7091d.tar.bz2 upstream-479cf96993cb70f8c69ba590238e27a56dc7091d.zip |
upgrade madwifi to r2756
SVN-Revision: 9422
Diffstat (limited to 'package/madwifi/patches/310-erp_beacon_check.patch')
-rw-r--r-- | package/madwifi/patches/310-erp_beacon_check.patch | 13 |
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; - } |