Root/
| 1 | --- a/net80211/ieee80211_linux.c |
| 2 | +++ b/net80211/ieee80211_linux.c |
| 3 | @@ -331,6 +331,9 @@ ieee80211_notify_replay_failure(struct i |
| 4 | k->wk_cipher->ic_name, k->wk_keyix, |
| 5 | (unsigned long long)rsc); |
| 6 | |
| 7 | + /* disabled for now due to bogus events for unknown reasons */ |
| 8 | + return; |
| 9 | + |
| 10 | /* TODO: needed parameters: count, keyid, key type, src address, TSC */ |
| 11 | snprintf(buf, sizeof(buf), "%s(keyid=%d %scast addr=" MAC_FMT ")", tag, |
| 12 | k->wk_keyix, |
| 13 |
