summaryrefslogtreecommitdiff
path: root/package/hostapd/patches/001-remove-michael-mic.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-16 03:10:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-16 03:10:56 +0000
commit67dd9a73dcb62e5b072244dddd7b19d521e20e67 (patch)
tree3d0dbf6e0906fe0c7ef1446c08254effa561a40b /package/hostapd/patches/001-remove-michael-mic.patch
parent224760dee7a5f0913d894b7a23cc8d94b353dd70 (diff)
downloadmtk-20170518-67dd9a73dcb62e5b072244dddd7b19d521e20e67.zip
mtk-20170518-67dd9a73dcb62e5b072244dddd7b19d521e20e67.tar.gz
mtk-20170518-67dd9a73dcb62e5b072244dddd7b19d521e20e67.tar.bz2
fix up hostapd for mac80211
SVN-Revision: 9554
Diffstat (limited to 'package/hostapd/patches/001-remove-michael-mic.patch')
-rw-r--r--package/hostapd/patches/001-remove-michael-mic.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/hostapd/patches/001-remove-michael-mic.patch b/package/hostapd/patches/001-remove-michael-mic.patch
new file mode 100644
index 0000000..de76c06
--- /dev/null
+++ b/package/hostapd/patches/001-remove-michael-mic.patch
@@ -0,0 +1,18 @@
+---
+ hostapd/driver_devicescape.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- hostap.orig/hostapd/driver_devicescape.c 2007-11-09 13:41:08.000000000 +0100
++++ hostap/hostapd/driver_devicescape.c 2007-11-09 13:41:12.000000000 +0100
+@@ -1386,10 +1386,10 @@ static void handle_frame(struct hostapd_
+ case ieee80211_msg_wep_frame_unknown_key:
+ ieee802_11_rx_unknown_key(hapd, buf, data_len);
+ return;
+- */
+ case ieee80211_msg_michael_mic_failure:
+ hostapd_michael_mic_failure(hapd, buf, data_len);
+ return;
++ */
+ /*
+ * TODO
+ * We should be telling them to go away. But we don't support that now.