linux/drivers/net/wireless/rtlwifi/rtl8188ee
Benoit Taine 9baa3c34ac PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `struct pci_device_id` over `DEFINE_PCI_DEVICE_TABLE` to
meet kernel coding style guidelines.  This issue was reported by checkpatch.

A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):

// <smpl>

@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@

- DEFINE_PCI_DEVICE_TABLE(i)
+ const struct pci_device_id i[]
= z;

// </smpl>

[bhelgaas: add semantic patch]
Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-08-12 12:15:14 -06:00
..
def.h
dm.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
dm.h
fw.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
fw.h
hw.c rtlwifi/rtl8188ee: Fix media status register mask 2014-06-25 15:40:34 -04:00
hw.h rtlwifi: remove unused allow_all_destaddr functions 2014-05-19 16:42:14 -04:00
led.c
led.h
Makefile rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
phy.c rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
phy.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2013-10-07 15:40:44 -04:00
pwrseq.c
pwrseq.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
pwrseqcmd.c rtlwifi: rtl8188ee: remove unnecessary break after return 2014-07-20 21:29:50 -07:00
pwrseqcmd.h
reg.h rtlwifi/rtl8188ee: Fix media status register mask 2014-06-25 15:40:34 -04:00
rf.c
rf.h
sw.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
sw.h
table.c
table.h
trx.c rtlwifi: rtl8188ee: initialize packet_beacon 2014-04-22 14:09:37 -04:00
trx.h rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new API 2014-03-06 14:29:56 -05:00