mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()
Fix typo, should use rtw_hci_stop() Signed-off-by: Chin-Yen Lee <timlee@realtek.com> Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
@@ -898,7 +898,7 @@ int rtw_core_start(struct rtw_dev *rtwdev)
|
||||
|
||||
static void rtw_power_off(struct rtw_dev *rtwdev)
|
||||
{
|
||||
rtwdev->hci.ops->stop(rtwdev);
|
||||
rtw_hci_stop(rtwdev);
|
||||
rtw_mac_power_off(rtwdev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user