diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-16 03:24:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-16 03:24:01 +0000 |
commit | 42d7efd08301a649ced2059c048d7381a27892b4 (patch) | |
tree | e177b9f29652a9be103f47c4523f0c2c6e550104 /package/hostapd/patches/001-remove-michael-mic.patch | |
parent | 5a543584b8b7f0d512979db826b998c2b32add65 (diff) | |
download | upstream-42d7efd08301a649ced2059c048d7381a27892b4.tar.gz upstream-42d7efd08301a649ced2059c048d7381a27892b4.tar.bz2 upstream-42d7efd08301a649ced2059c048d7381a27892b4.zip |
update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/
SVN-Revision: 9564
Diffstat (limited to 'package/hostapd/patches/001-remove-michael-mic.patch')
-rw-r--r-- | package/hostapd/patches/001-remove-michael-mic.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/hostapd/patches/001-remove-michael-mic.patch b/package/hostapd/patches/001-remove-michael-mic.patch deleted file mode 100644 index de76c06930..0000000000 --- a/package/hostapd/patches/001-remove-michael-mic.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- - 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. |