linux_dsm_epyc7002/drivers/net/wireless/realtek/rtlwifi/rtl8723be
Arvind Yadav 8c6f0f5bf1 rtlwifi: rtl8723be: constify pci_device_id.
pci_device_id are not supposed to change at runtime. All functions
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
   3032	    912	      0	   3944	    f68	realtek/rtlwifi/rtl8723be/sw.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   3096	    848	      0	   3944	    f68	realtek/rtlwifi/rtl8723be/sw.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-08-03 13:06:24 +03:00
..
def.h
dm.c rtlwifi: rtl8723be: Fix potential race condition 2016-07-05 17:31:43 +03:00
dm.h
fw.c rtlwifi: Add BT_MP_INFO to c2h handler. 2017-07-28 18:16:35 +03:00
fw.h rtlwifi: Add btcoex record_pwr_mode 2017-06-21 18:28:05 +03:00
hw.c rtlwifi: Add board type for 8723be and 8192ee 2017-07-28 18:16:35 +03:00
hw.h
led.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
led.h
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
phy.c rtlwifi: Update 8723be new phy parameters and its parser. 2017-07-28 18:16:36 +03:00
phy.h
pwrseq.c
pwrseq.h
reg.h rtlwifi: fix REG_USTIME_TSF register definition 2017-06-21 18:23:43 +03:00
rf.c rtlwifi: rtl8723be: Remove all instances of DBG_EMERG 2016-12-30 15:54:21 +02:00
rf.h
sw.c rtlwifi: rtl8723be: constify pci_device_id. 2017-08-03 13:06:24 +03:00
sw.h
table.c rtlwifi: Update 8723be new phy parameters and its parser. 2017-07-28 18:16:36 +03:00
table.h rtlwifi: Update 8723be new phy parameters and its parser. 2017-07-28 18:16:36 +03:00
trx.c rtlwifi: Add TX report and disable key to force wait until report acked. 2017-06-21 18:28:03 +03:00
trx.h rtlwifi: Add TX report and disable key to force wait until report acked. 2017-06-21 18:28:03 +03:00