You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
397 B
13 lines
397 B
17 years ago
|
--- a/net80211/ieee80211_linux.c
|
||
|
+++ b/net80211/ieee80211_linux.c
|
||
17 years ago
|
@@ -330,6 +330,9 @@
|
||
|
k->wk_cipher->ic_name, k->wk_keyix,
|
||
|
(unsigned long long)rsc);
|
||
|
|
||
|
+ /* disabled for now due to bogus events for unknown reasons */
|
||
|
+ return;
|
||
|
+
|
||
|
/* TODO: needed parameters: count, keyid, key type, src address, TSC */
|
||
|
snprintf(buf, sizeof(buf), "%s(keyid=%d %scast addr=" MAC_FMT ")", tag,
|
||
|
k->wk_keyix,
|