Re: rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv

2017-02-08 Thread Kalle Valo
pLed0 => pled0. > > Signed-off-by: Larry Finger <larry.fin...@lwfinger.net> Patch applied to wireless-drivers-next.git, thanks. d5efe1535af0 rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv -- https://patchwork.kernel.org/patch/9560369/ Documentation about submitt

[PATCH] rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv

2017-02-07 Thread Larry Finger
In commit 6773386f977c ("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