OpenCloudOS-Kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu
Larry Finger d5efe1535a rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv
In commit 6773386f97 ("rtlwifi: rtl8192c-common: Fix "BUG: KASAN:"),
a BUG detected when CONFIG_KASAN=y was fixed by reordering the layouts
of struct rtl_pci_priv, and struct rtl_usb_priv so that the variables
used by both PCI and USB drivers have the same offsets in both structs.
The better fix of relocating the critical variables into struct rtl_priv
was deferred as these changes do not have to be applied to stable
kernels.

This change also removes CamelCase variables with pLed0 => pled0.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-02-08 17:24:42 +02:00
..
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
def.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
dm.c rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
dm.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
hw.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
hw.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
led.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
led.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
mac.c rtlwifi: rtl8192cu: Remove all instances of DBG_EMERG 2016-12-30 15:54:25 +02:00
mac.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
phy.c rtlwifi: rtl8192cu: Remove all instances of DBG_EMERG 2016-12-30 15:54:25 +02:00
phy.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
reg.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
rf.c rtlwifi: rtl8192cu: Remove all instances of DBG_EMERG 2016-12-30 15:54:25 +02:00
rf.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
sw.c rtlwifi: Convert COMP_XX entries into a proper debugging mask 2017-01-20 12:05:17 +02:00
sw.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
table.c rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
table.h rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
trx.c rtlwifi: rtl8192cu: Calculate descriptor checksum correctly for BE 2017-01-20 12:06:09 +02:00
trx.h rtlwifi: rtl8192cu: Convert driver to use common macros 2017-01-20 12:06:10 +02:00