Skip to content
Commit b6bf8c68 authored by Ben Greear's avatar Ben Greear Committed by Johannes Berg
Browse files

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: default avatarBen Greear <greearb@candelatech.com>
[remove message, change commit message slightly]
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 62b14b24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment