From: Johannes Berg <johannes@sipsolutions.net>
To: Jouni Malinen <j@w1.fi>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH] hostapd: remove use of ieee80211_msg_wep_frame_unknown_key
Date: Fri, 10 Aug 2007 23:29:26 +0200 [thread overview]
Message-ID: <1186781366.17351.8.camel@johannes.berg> (raw)
I just removed it from the kernel because hostapd doesn't really use it.
Kill all references.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
--- hostap.orig/hostapd/driver_devicescape.c 2007-08-10 23:27:07.000000000 +0200
+++ hostap/hostapd/driver_devicescape.c 2007-08-10 23:28:21.000000000 +0200
@@ -1413,9 +1413,15 @@ static void handle_frame(struct hostapd_
case ieee80211_msg_tx_callback_fail:
handle_tx_callback(hapd, buf, data_len, 0);
return;
+/*
+ * TODO
+ * the kernel never sends this any more, add new nl80211
+ * notification if you need this.
+
case ieee80211_msg_wep_frame_unknown_key:
- /* TODO: ieee802_11_rx_unknown_key(hapd, buf, data_len); */
+ 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;
next reply other threads:[~2007-08-10 21:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-10 21:29 Johannes Berg [this message]
2007-08-15 3:35 ` [PATCH] hostapd: remove use of ieee80211_msg_wep_frame_unknown_key Jouni Malinen
2007-08-15 10:45 ` Johannes Berg
2007-08-16 1:50 ` Jouni Malinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1186781366.17351.8.camel@johannes.berg \
--to=johannes@sipsolutions.net \
--cc=j@w1.fi \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox