linux-sg2042/drivers/net/wireless/realtek/rtlwifi/rtl8192ee
Arvind Yadav d20d893d7a rtlwifi: rtl8192ee: 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
   1899	    928	      0	   2827	    b0b	realtek/rtlwifi/rtl8192ee/sw.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   1963	    864	      0	   2827	    b0b	realtek/rtlwifi/rtl8192ee/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:25 +03:00
..
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
def.h
dm.c rtlwifi: Fix typo in printk 2016-07-08 16:42:51 +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
phy.c rtlwifi: rtl8192ee: Remove all instances of DBG_EMERG 2016-12-30 15:54:22 +02:00
phy.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
pwrseq.c
pwrseq.h
reg.h
rf.c rtlwifi: rtl8192ee: Remove all instances of DBG_EMERG 2016-12-30 15:54:22 +02:00
rf.h
sw.c rtlwifi: rtl8192ee: constify pci_device_id. 2017-08-03 13:06:25 +03:00
sw.h
table.c
table.h
trx.c rtlwifi: remove useless code 2017-07-19 16:33:57 -07:00
trx.h rtlwifi: Add TX report and disable key to force wait until report acked. 2017-06-21 18:28:03 +03:00