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,
 |