Johannes Berg f6e1a73b66 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: Johannes Berg <johannes.berg@intel.com>
2014-02-04 21:48:25 +01:00
..
2014-01-21 18:13:04 -08:00
2014-01-21 18:13:05 -08:00
2013-10-19 19:36:19 -04:00
2013-11-21 13:09:42 -05:00
2014-02-04 21:48:23 +01:00