summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/001-remove-michael-mic.patch
blob: de76c06930c393b28a5e9208eae675e0c1645e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.