:1000000001030000FF152C050033436F6D004D65A3 :100010006761686572747A20334358454D353536CB :10002000004C414E202B2035366B204D6F64656DA2 :100030000000FF20040101350021020000060B0230 :10004000004C0000000069000000FF00130343495A :1000500053210206001A0501070008631B098701E6 :100060001901556430FFFFFF001303434953210278 :1000700002001A0501270009631B09A70119015590 :060080002330FFFFFF002A :00000001FF # # This card is MFC-compliant, but identifies itself as single function # tory'/>
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2016-12-21 11:18:55 -0600
committerKalle Valo <kvalo@codeaurora.org>2016-12-30 15:38:13 +0200
commit60f59ce0278557f7896d5158ae6d12a4855a72cc (patch)
treeb5ee8fe2cd402926abf4df0afcf80e4555c62979 /drivers
parent570b90fa230b8021f51a67fab2245fe8df6fe37d (diff)
rtlwifi: rtl_usb: Fix missing entry in USB driver's private data
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: Fix enter/exit power_save"). Fixes: ba9f93f82aba ("rtlwifi: Fix enter/exit power_save") Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers')