diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-19 18:22:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-19 18:22:03 +0000 |
commit | e0ab01285ddae6f5956d554e1c71a19b3f208370 (patch) | |
tree | 458ae397d323dcfada7773bc70a7c0ede48033dd /package/madwifi/patches/378-adhoc_crash_fix.patch | |
parent | 17e3eb3ce337de5dba245ed567eb350d3459a15e (diff) | |
download | mtk-20170518-e0ab01285ddae6f5956d554e1c71a19b3f208370.zip mtk-20170518-e0ab01285ddae6f5956d554e1c71a19b3f208370.tar.gz mtk-20170518-e0ab01285ddae6f5956d554e1c71a19b3f208370.tar.bz2 |
madwifi: more wds sta related fixes
SVN-Revision: 12341
Diffstat (limited to 'package/madwifi/patches/378-adhoc_crash_fix.patch')
-rw-r--r-- | package/madwifi/patches/378-adhoc_crash_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/378-adhoc_crash_fix.patch b/package/madwifi/patches/378-adhoc_crash_fix.patch index e8b4c22..1295063 100644 --- a/package/madwifi/patches/378-adhoc_crash_fix.patch +++ b/package/madwifi/patches/378-adhoc_crash_fix.patch @@ -1,6 +1,6 @@ --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -3522,6 +3522,11 @@ +@@ -3532,6 +3532,11 @@ if (ic->ic_flags & IEEE80211_F_SCAN) { ieee80211_add_scan(vap, &scan, wh, subtype, rssi, rtsf); } |