mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:50:20 +02:00
139c321a0d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7929 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
635 B
Diff
14 lines
635 B
Diff
Index: madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c
|
|
===================================================================
|
|
--- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_beacon.c 2007-07-11 22:59:42.932295119 +0200
|
|
+++ madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c 2007-07-11 22:59:46.676508490 +0200
|
|
@@ -512,7 +512,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;
|
|
}
|