linux/drivers/net/wireless/realtek
Arvind Yadav e9a214def6 rtlwifi: rtl8723ae: 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
   2775	    912	      0	   3687	    e67	realtek/rtlwifi/rtl8723ae/sw.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   2839	    848	      0	   3687	    e67	realtek/rtlwifi/rtl8723ae/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:23 +03:00
..
rtl8xxxu networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
rtl818x networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
rtlwifi rtlwifi: rtl8723ae: constify pci_device_id. 2017-08-03 13:06:23 +03:00
Kconfig realtek: create separate Kconfig file 2015-11-18 14:28:31 +02:00
Makefile