Commit 5ea82df1 authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: mac80211: fix RCU usage warning in mesh fast-xmit

In mesh_fast_tx_flush_addr() we already hold the lock, so
don't need additional hashtable RCU protection. Use the
rhashtable_lookup_fast() variant to avoid RCU protection
warnings.

Fixes: d5edb9ae

 ("wifi: mac80211: mesh fast xmit support")
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent e8c18412
Supports Markdown
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