linux_dsm_epyc7002/drivers/net/wireless/realtek/rtlwifi/rtl8821ae
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
..
def.h
dm.c rtlwifi: rtl8821ae: Remove all instances of DBG_EMERG 2016-12-30 15:54:20 +02:00
dm.h
fw.c rtlwifi: Add work queue for c2h cmd. 2017-02-07 09:25:08 +02:00
fw.h rtlwifi: Add work queue for c2h cmd. 2017-02-07 09:25:08 +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
led.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
led.h
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
phy.c rtlwifi: rtl8821ae: Fix typo in symbol for bandwidth numbers 2017-02-07 10:04:36 +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: rtl8821ae: Remove all instances of DBG_EMERG 2016-12-30 15:54:20 +02:00
rf.h
sw.c rtlwifi: Add work queue for c2h cmd. 2017-02-07 09:25:08 +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