OpenCloudOS-Kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae
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
btc.h
def.h
dm.c rtlwifi: Add missing newlines to RT_TRACE calls 2016-07-08 12:58:38 +03:00
dm.h rtlwifi: rtl8723ae: Remove address of Free Software Foundation 2016-11-17 08:41:49 +02:00
fw.c wireless-drivers-next patches for 4.11 2017-01-02 15:23:34 -05:00
fw.h rtlwifi: rtl8723ae: Remove address of Free Software Foundation 2016-11-17 08:41:49 +02:00
hal_bt_coexist.c
hal_bt_coexist.h rtlwifi: rtl8723ae: Remove address of Free Software Foundation 2016-11-17 08:41:49 +02:00
hal_btc.c rtlwifi: Add missing newlines to RT_TRACE calls 2016-07-08 12:58:38 +03:00
hal_btc.h
hw.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02: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: rtl8723ae: Remove all instances of DBG_EMERG 2016-12-30 15:54:22 +02:00
phy.h
pwrseq.c
pwrseq.h
reg.h
rf.c rtlwifi: rtl8723ae: Remove all instances of DBG_EMERG 2016-12-30 15:54:22 +02:00
rf.h
sw.c rtlwifi: Convert COMP_XX entries into a proper debugging mask 2017-01-20 12:05:17 +02:00
sw.h
table.c
table.h
trx.c rtlwifi: Replace local debug macro RT_ASSERT 2016-12-30 15:54:19 +02:00
trx.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00