linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c
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
..
dm_common.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
dm_common.h rtlwifi: rtl8192c: Remove address of Free Software Foundation 2016-11-17 08:41:50 +02:00
fw_common.c rtlwifi: Download firmware as bytes rather than as dwords 2017-01-20 12:06:09 +02:00
fw_common.h rtlwifi: rtl8192c: Remove address of Free Software Foundation 2016-11-17 08:41:50 +02:00
main.c rtlwifi: rtl8192c: Remove address of Free Software Foundation 2016-11-17 08:41:50 +02:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
phy_common.c rtlwifi: rtl8192c-common: Remove all instances of DBG_EMERG 2016-12-30 15:54:26 +02:00
phy_common.h rtlwifi: rtl8192c: Remove address of Free Software Foundation 2016-11-17 08:41:50 +02:00