Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f6e1a73b authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: minstrel_ht: sample_table can be __read_mostly



The sample table is initialized only once at module start, so
is really __read_mostly. Additionally, the code to init it can
be marked __init since it will never be needed again, it is
likely automatically inlined into the __init function already
by the compiler, so this doesn't really make a difference.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 205d2429
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment