OpenCloudOS-Kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac
Colin Ian King 0dc62413c8 brcmsmac: make array addr static const, makes object smaller
Don't populate the array addr on the stack but instead it
static const. Makes the object code smaller by 79 bytes:

Before:
   text   data   bss     dec    hex filename
 176015  54652   128  230795  3858b .../broadcom/brcm80211/brcmsmac/main.o

After:
   text   data   bss     dec    hex filename
 175872  54716   128  230716  3853c .../broadcom/brcm80211/brcmsmac/main.o

(gcc version 10.3.0)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210819125552.8888-1-colin.king@canonical.com
2021-08-21 22:20:17 +03:00
..
phy brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0' 2020-09-16 08:57:45 +03:00
Makefile wireless: prefix header search paths with $(srctree)/ 2019-02-01 14:42:25 +02:00
aiutils.c brcmsmac: Drop unnecessary NULL check after container_of 2021-06-15 13:42:30 +03:00
aiutils.h
ampdu.c brcmsmac: ampdu: Check BA window size before checking block ack 2020-11-24 17:03:51 +02:00
ampdu.h
antsel.c
antsel.h
brcms_trace_brcmsmac.h
brcms_trace_brcmsmac_msg.h
brcms_trace_brcmsmac_tx.h
brcms_trace_events.c
brcms_trace_events.h
channel.c brcmsmac: remove duplicated if condition 2019-10-01 12:14:46 +03:00
channel.h
d11.h brcmsmac: Fix the spelling configation to configuration in the file d11.h 2021-02-11 08:44:41 +02:00
debug.c brcmsmac: no need to check return value of debugfs_create functions 2019-02-01 14:37:28 +02:00
debug.h brcmsmac: no need to check return value of debugfs_create functions 2019-02-01 14:37:28 +02:00
dma.c
dma.h
led.c brcm80211: brcmsmac: Move LEDs to GPIO descriptors 2020-07-14 12:51:22 +03:00
led.h brcm80211: brcmsmac: Move LEDs to GPIO descriptors 2020-07-14 12:51:22 +03:00
mac80211_if.c brcmsmac: mac80211_if: Fix a resource leak in an error handling path 2021-06-15 13:42:53 +03:00
mac80211_if.h brcmsmac: convert tasklets to use new tasklet_setup() API 2020-08-27 16:22:05 +03:00
main.c brcmsmac: make array addr static const, makes object smaller 2021-08-21 22:20:17 +03:00
main.h brcmsmac: AP mode: update beacon when TIM changes 2018-10-13 20:00:42 +03:00
phy_shim.c
phy_shim.h
pmu.c
pmu.h
pub.h
rate.c
rate.h
scb.h
stf.c brcmsmac: make brcms_c_stf_ss_update() void 2020-04-15 11:47:41 +03:00
stf.h brcmsmac: Remove the repeated declaration 2021-06-15 13:43:22 +03:00
types.h
ucode_loader.c
ucode_loader.h