kernel/drivers/net/wireless/ath/ath9k/hif_usb.c
.. .. @@ -1401,7 +1401,7 @@ 1401 1401 if (hif_dev->flags & HIF_USB_READY) { 1402 1402 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); 1403 1403 ath9k_hif_usb_dev_deinit(hif_dev); 1404 - ath9k_destoy_wmi(hif_dev->htc_handle->drv_priv);1404 + ath9k_destroy_wmi(hif_dev->htc_handle->drv_priv);1405 1405 ath9k_htc_hw_free(hif_dev->htc_handle); 1406 1406 } 1407 1407