commit | f6e1a73b66bdf41765e762eda0f4ecb7d987ea57 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jan 21 00:32:52 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Feb 04 21:48:25 2014 +0100 |
tree | dcf231b294b29919835533ed7d2da056e67dd512 | |
parent | 205d242997b57cd0b82f3c8ce4b3c6fd882bf971 [diff] |
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>