mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:02:50 +02:00
c537863342
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13096 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
438 B
Diff
13 lines
438 B
Diff
--- a/net80211/ieee80211_linux.c
|
|
+++ b/net80211/ieee80211_linux.c
|
|
@@ -331,6 +331,9 @@ ieee80211_notify_replay_failure(struct i
|
|
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,
|