aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/378-adhoc_crash_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-19 18:22:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-19 18:22:03 +0000
commite0ab01285ddae6f5956d554e1c71a19b3f208370 (patch)
tree458ae397d323dcfada7773bc70a7c0ede48033dd /package/madwifi/patches/378-adhoc_crash_fix.patch
parent17e3eb3ce337de5dba245ed567eb350d3459a15e (diff)
downloadupstream-e0ab01285ddae6f5956d554e1c71a19b3f208370.tar.gz
upstream-e0ab01285ddae6f5956d554e1c71a19b3f208370.tar.bz2
upstream-e0ab01285ddae6f5956d554e1c71a19b3f208370.zip
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.patch2
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 e8b4c22b64..1295063c0d 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);
}