2008-06-04 13:16:18 +00:00
|
|
|
--- a/net80211/ieee80211_linux.c
|
|
|
|
+++ b/net80211/ieee80211_linux.c
|
2008-11-02 13:04:36 +00:00
|
|
|
@@ -331,6 +331,9 @@ ieee80211_notify_replay_failure(struct i
|
2007-06-02 02:22:01 +00:00
|
|
|
k->wk_cipher->ic_name, k->wk_keyix,
|
2008-02-20 21:26:21 +00:00
|
|
|
(unsigned long long)rsc);
|
2007-06-02 02:22:01 +00:00
|
|
|
|
|
|
|
+ /* disabled for now due to bogus events for unknown reasons */
|
|
|
|
+ return;
|
|
|
|
+
|
|
|
|
/* TODO: needed parameters: count, keyid, key type, src address, TSC */
|
2008-02-20 21:26:21 +00:00
|
|
|
snprintf(buf, sizeof(buf), "%s(keyid=%d %scast addr=" MAC_FMT ")", tag,
|
2007-06-02 02:22:01 +00:00
|
|
|
k->wk_keyix,
|