Re: mwifiex: make const array tos_to_ac static, reduces object code size
2720 128 289527118 wmm.o > > After: >text data bss dec hex filename > 25758 2816 128 28702701e wmm.o > > Signed-off-by: Colin Ian King Patch applied to wireless-drivers-next.git, thanks. 7dfb0ebd022b mwifiex: ma
[PATCH] mwifiex: make const array tos_to_ac static, reduces object code size
From: Colin Ian King Don't populate the read-only const array tos_to_ac on the stack, instead make it static. Makes the object code smaller by 250 bytes: Before: textdata bss dec hex filename 261042720 128 289527118 wmm.o After: textdata bss dec