fix up hostapd for mac80211
[openwrt.git] / package / hostapd / patches / 001-remove-michael-mic.patch
1 ---
2  hostapd/driver_devicescape.c |    2 +-
3  1 file changed, 1 insertion(+), 1 deletion(-)
4
5 --- hostap.orig/hostapd/driver_devicescape.c    2007-11-09 13:41:08.000000000 +0100
6 +++ hostap/hostapd/driver_devicescape.c 2007-11-09 13:41:12.000000000 +0100
7 @@ -1386,10 +1386,10 @@ static void handle_frame(struct hostapd_
8         case ieee80211_msg_wep_frame_unknown_key:
9                 ieee802_11_rx_unknown_key(hapd, buf, data_len);
10                 return;
11 - */
12         case ieee80211_msg_michael_mic_failure:
13                 hostapd_michael_mic_failure(hapd, buf, data_len);
14                 return;
15 + */
16  /*
17   * TODO
18   * We should be telling them to go away. But we don't support that now.