X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ef5d82c26360ed52ff7b013a9b906a21f26e7f70..bba8a047d1ac4f0e3f3e97b09c117fab55aa8ea0:/package/madwifi/patches/378-adhoc_crash_fix.patch diff --git a/package/madwifi/patches/378-adhoc_crash_fix.patch b/package/madwifi/patches/378-adhoc_crash_fix.patch index 1295063c0..85183e6a7 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 -@@ -3532,6 +3532,11 @@ +@@ -3528,6 +3528,11 @@ ieee80211_recv_mgmt(struct ieee80211vap if (ic->ic_flags & IEEE80211_F_SCAN) { ieee80211_add_scan(vap, &scan, wh, subtype, rssi, rtsf); }