|
@@ -305,3 +305,13 @@ config MAC80211_DEBUG_COUNTERS
|
|
|
and show them in debugfs.
|
|
|
|
|
|
If unsure, say N.
|
|
|
+
|
|
|
+config MAC80211_STA_HASH_MAX_SIZE
|
|
|
+ int "Station hash table maximum size" if MAC80211_DEBUG_MENU
|
|
|
+ default 0
|
|
|
+ ---help---
|
|
|
+ Setting this option to a low value (e.g. 4) allows testing the
|
|
|
+ hash table with collisions relatively deterministically (just
|
|
|
+ connect more stations than the number selected here.)
|
|
|
+
|
|
|
+ If unsure, leave the default of 0.
|