]> 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)
commit1fc153417a7cefe46ae68306286f208923157231
tree9c147b4d7aedac7bd49b6bcf5ca3d45915c2090c
parente4c38e413b3aff8fc7a076949f1c72ea79fece90
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