commit | d157bcfaf8542612fd9ffc0cbbc1e52b85157640 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Sep 16 16:34:24 2017 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Sep 20 15:47:24 2017 +0300 |
tree | 1c942a1e7ed472f2609f332673dbbe8a19d3d13e | |
parent | 85dafc12919659ec744e111b1714792cd3d0a9ca [diff] |
mwifiex: make const arrays static to shink object code size Don't populate const arrays on the stack, instead make them static Makes the object code smaller by nearly 300 bytes: Before: text data bss dec hex filename 69260 16149 576 85985 14fe1 cfg80211.o After: text data bss dec hex filename 68385 16725 576 85686 14eb6 cfg80211.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>