Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/broadcom/b43
Colin Ian King 96cbe3d638 b43: make const arrays static, reduces object code size
Don't populate const arrays on the stack, instead make them static.
Makes the object code smaller by over 60 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  14816	   1296	      0	  16112	   3ef0	b43/phy_ht.o

After:
   text	   data	    bss	    dec	    hex	filename
  14551	   1496	      0	  16047	   3eaf	b43/phy_ht.o

(gcc 6.3.0, x86-64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-09-25 11:30:20 +03:00
..
2016-04-12 15:56:15 +02:00
2016-09-21 12:13:34 +02:00
2017-05-22 12:02:46 +03:00
2016-06-16 18:23:17 +03:00
2016-06-16 18:23:17 +03:00
2016-04-12 15:56:15 +02:00
2016-06-16 18:23:17 +03:00
2016-04-12 15:56:15 +02:00
2016-04-12 15:56:15 +02:00
2016-04-12 15:56:15 +02:00
2016-06-16 18:23:18 +03:00