diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-02-17 12:18:33 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-02-17 12:18:33 +0000 |
commit | 306caa660a09295dbe1cc2f4c184a89b38591661 (patch) | |
tree | d9038a109067ad5edb3fc9e1089737aedae15e55 /package/hostapd/patches/002-remove-michael-mic.patch | |
parent | f116c50a801acc77a1d1d56809970a2a4c0a0ded (diff) | |
download | upstream-306caa660a09295dbe1cc2f4c184a89b38591661.tar.gz upstream-306caa660a09295dbe1cc2f4c184a89b38591661.tar.bz2 upstream-306caa660a09295dbe1cc2f4c184a89b38591661.zip |
hostapd: use patches to add the nl80211 driver instead of copying the files.
SVN-Revision: 10475
Diffstat (limited to 'package/hostapd/patches/002-remove-michael-mic.patch')
-rw-r--r-- | package/hostapd/patches/002-remove-michael-mic.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/package/hostapd/patches/002-remove-michael-mic.patch b/package/hostapd/patches/002-remove-michael-mic.patch deleted file mode 100644 index a90b40f36a..0000000000 --- a/package/hostapd/patches/002-remove-michael-mic.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- - hostapd/driver_devicescape.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - ---- hostap.orig/hostapd/driver_devicescape.c 2007-11-14 17:30:47.000000000 +0100 -+++ hostap/hostapd/driver_devicescape.c 2007-11-14 17:31:07.000000000 +0100 -@@ -1264,6 +1264,7 @@ static void dump_frame_info(struct ieee8 - } - - -+/* - static void hostapd_michael_mic_failure(struct hostapd_data *hapd, u8 *buf, - size_t len) - { -@@ -1278,6 +1279,7 @@ static void hostapd_michael_mic_failure( - - mlme_michaelmicfailure_indication(hapd, hdr->addr2); - } -+*/ - - - static void handle_frame(struct hostapd_iface *iface, u8 *buf, size_t len, -@@ -1386,10 +1388,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. |