9a51683052ef2897f1aab7b29d6feb45447d77fd
[openwrt.git] / package / madwifi / patches / 310-erp_beacon_check.patch
1 Index: madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c
2 ===================================================================
3 --- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_beacon.c 2007-07-23 01:48:42.278389477 +0200
4 +++ madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c 2007-07-23 01:48:46.966656645 +0200
5 @@ -512,7 +512,7 @@
6 vap->iv_flags &= ~IEEE80211_F_XRUPDATE;
7 }
8 #endif
9 - if (ic->ic_flags_ext & IEEE80211_FEXT_ERPUPDATE) {
10 + if ((ic->ic_flags_ext & IEEE80211_FEXT_ERPUPDATE) && (bo->bo_erp != NULL)) {
11 (void) ieee80211_add_erp(bo->bo_erp, ic);
12 ic->ic_flags_ext &= ~IEEE80211_FEXT_ERPUPDATE;
13 }
This page took 0.047625 seconds and 3 git commands to generate.