mac80211: ensure no limits on station rhashtable
authorBen Greear <greearb@candelatech.com>
Fri, 1 Apr 2016 21:13:31 +0000 (14:13 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 Apr 2016 09:06:58 +0000 (11:06 +0200)
commitb6bf8c688e07c056f3059d870f6db44777259fe7
treef5d95346b8ed22078869757ed05c63031cff5e81
parent62b14b241ca6f790a17ccd9dd9f62ce1b006d406
mac80211: ensure no limits on station rhashtable

By default, the rhashtable logic will fail to insert
objects if the key-chains are too long and un-balanced.

In the degenerate case where mac80211 is creating many
virtual interfaces connected to the same peer(s), this
case can happen.

St insecure_elasticity to true to allow chains to grow
as long as needed.

Signed-off-by: Ben Greear <greearb@candelatech.com>
[remove message, change commit message slightly]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c