]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: make station hash table max_size configurable
authorJohannes Berg <johannes.berg@intel.com>
Thu, 23 Apr 2015 15:26:06 +0000 (17:26 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 23 Apr 2015 15:26:06 +0000 (17:26 +0200)
commit2739ee4a16c29a7dcf079e2300f7bd75e054898c
tree9c147b4d7aedac7bd49b6bcf5ca3d45915c2090c
parent50b3e28d5273fd185d915fcb72a40ea4723e1a98
mac80211: make station hash table max_size configurable

Allow debug builds to configure the station hash table maximum
size in order to run with hash collisions in limited scenarios
such as hwsim testing. The default remains 0 which effectively
means no limit.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/Kconfig
net/mac80211/sta_info.c