diff options
author | Felix Fietkau | 2018-10-06 19:35:02 +0200 |
---|---|---|
committer | Johannes Berg | 2018-10-11 16:01:02 +0200 |
commit | 202df504d7dea489ce74a913d4b529531bdff312 (patch) | |
tree | 12a1008f6084ed86f5e944805b5b578d77874b8b /usr | |
parent | b1c4f68337fa6b7c09154bb2bf2ec6f0d30ab652 (diff) |
mac80211: minstrel: reduce minstrel_mcs_groups size
By storing a shift value for all duration values of a group, we can
reduce precision by a neglegible amount to make it fit into a u16 value.
This improves cache footprint and reduces size:
Before:
text data bss dec hex filename
10024 116 0 10140 279c rc80211_minstrel_ht.o
After:
text data bss dec hex filename
9368 116 0 9484 250c rc80211_minstrel_ht.o
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions