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)
commitebd82b39bf11b38b0b50919c8d4386706b26bff7
tree9c147b4d7aedac7bd49b6bcf5ca3d45915c2090c
parent80616c0db8a26f030be78fea39f7c880c4263e55
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