diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-11-02 13:04:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-11-02 13:04:36 +0000 |
commit | dec207d4eb4927112242da74afd1179d137fb1ad (patch) | |
tree | 78dcafe3c951ea7e417aca01bd04b6e59c83f025 /package/madwifi/patches/368-sta_ie_preserve.patch | |
parent | 891b476e67c64477aac32094a29f3345e742da45 (diff) | |
download | mtk-20170518-dec207d4eb4927112242da74afd1179d137fb1ad.zip mtk-20170518-dec207d4eb4927112242da74afd1179d137fb1ad.tar.gz mtk-20170518-dec207d4eb4927112242da74afd1179d137fb1ad.tar.bz2 |
madwifi: fix noderef and state machine issues in the currently unused ap-to-ap wds mode; refresh patches
SVN-Revision: 13096
Diffstat (limited to 'package/madwifi/patches/368-sta_ie_preserve.patch')
-rw-r--r-- | package/madwifi/patches/368-sta_ie_preserve.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/368-sta_ie_preserve.patch b/package/madwifi/patches/368-sta_ie_preserve.patch index 7094a43..4beef62 100644 --- a/package/madwifi/patches/368-sta_ie_preserve.patch +++ b/package/madwifi/patches/368-sta_ie_preserve.patch @@ -1,6 +1,6 @@ --- a/net80211/ieee80211_scan_sta.c +++ b/net80211/ieee80211_scan_sta.c -@@ -201,8 +201,10 @@ +@@ -201,8 +201,10 @@ sta_flush_table(struct sta_table *st) } static void @@ -12,7 +12,7 @@ if (ie == NULL) *iep = NULL; else -@@ -304,10 +306,10 @@ +@@ -304,10 +306,10 @@ found: (const struct ieee80211_tim_ie *) sp->tim; ise->se_dtimperiod = tim->tim_period; } @@ -29,7 +29,7 @@ if (se->se_fails && (jiffies - se->se_lastfail) > STA_FAILS_AGE*HZ) { --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -3106,6 +3106,7 @@ +@@ -3106,6 +3106,7 @@ ieee80211_recv_mgmt(struct ieee80211vap */ IEEE80211_VERIFY_LENGTH(efrm - frm, 12); memset(&scan, 0, sizeof(scan)); @@ -39,7 +39,7 @@ scan.bintval = le16toh(*(__le16 *)frm); --- a/net80211/ieee80211_scan.h +++ b/net80211/ieee80211_scan.h -@@ -133,6 +133,7 @@ +@@ -133,6 +133,7 @@ struct ieee80211_scanparams { u_int8_t erp; u_int16_t bintval; u_int8_t timoff; |