Re: rtlwifi: rtl_usb: Fix missing entry in USB driver's private data

2016-12-30 Thread Kalle Valo
e, it was not exposed until > commit ba9f93f82aba ("rtlwifi: Fix enter/exit power_save"). > > Fixes: ba9f93f82aba ("rtlwifi: Fix enter/exit power_save") > Signed-off-by: Larry Finger Patch applied to wireless-drivers.git, thanks. 60f59ce02785 rtlwifi: rtl_usb

[PATCH] rtlwifi: rtl_usb: Fix missing entry in USB driver's private data

2016-12-21 Thread Larry Finger
These drivers need to be able to reference "struct ieee80211_hw" from the driver's private data, and vice versa. The USB driver failed to store the address of ieee80211_hw in the private data. Although this bug has been present for a long time, it was not exposed until commit ba9f93f82aba ("rtlwifi