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