diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-25 01:26:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-25 01:26:20 +0000 |
commit | 0c5a03afad183a0d7756c083741d8e42bb2034ef (patch) | |
tree | 8a27631381dd2fbf479cac1538cb15e779635e77 /package/madwifi/patches/383-ibss_hostap.patch | |
parent | dcd1178611135cc725a578bec65f92af8d3f3cb9 (diff) | |
download | upstream-0c5a03afad183a0d7756c083741d8e42bb2034ef.tar.gz upstream-0c5a03afad183a0d7756c083741d8e42bb2034ef.tar.bz2 upstream-0c5a03afad183a0d7756c083741d8e42bb2034ef.zip |
madwifi: delay calibration with a timer when called from becaon context
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15029 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/383-ibss_hostap.patch')
-rw-r--r-- | package/madwifi/patches/383-ibss_hostap.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/383-ibss_hostap.patch b/package/madwifi/patches/383-ibss_hostap.patch index 7ededce80c..a91753cc15 100644 --- a/package/madwifi/patches/383-ibss_hostap.patch +++ b/package/madwifi/patches/383-ibss_hostap.patch @@ -34,7 +34,7 @@ (sc->sc_nostabeacons) || sc->sc_scanning || (ic->ic_opmode == IEEE80211_M_HOSTAP)) rfilt |= HAL_RX_FILTER_BEACON; -@@ -6433,6 +6451,33 @@ ath_capture(struct net_device *dev, cons +@@ -6435,6 +6453,33 @@ ath_capture(struct net_device *dev, cons } /* @@ -68,7 +68,7 @@ * Intercept management frames to collect beacon RSSI data and to do * ibss merges. This function is called for all management frames, * including those belonging to other BSS. -@@ -6485,10 +6530,19 @@ ath_recv_mgmt(struct ieee80211vap * vap, +@@ -6487,10 +6532,19 @@ ath_recv_mgmt(struct ieee80211vap * vap, DPRINTF(sc, ATH_DEBUG_BEACON, "Updated beacon timers\n"); } @@ -92,7 +92,7 @@ } /* NB: Fall Through */ case IEEE80211_FC0_SUBTYPE_PROBE_RESP: -@@ -6561,6 +6615,10 @@ ath_recv_mgmt(struct ieee80211vap * vap, +@@ -6563,6 +6617,10 @@ ath_recv_mgmt(struct ieee80211vap * vap, #endif if (do_merge) ieee80211_ibss_merge(ni); |