|
@@ -277,6 +277,7 @@ void htc_destroy(HTC_HANDLE HTCHandle)
|
|
HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
|
|
HTC_TARGET *target = GET_HTC_TARGET_FROM_HANDLE(HTCHandle);
|
|
AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
|
|
AR_DEBUG_PRINTF(ATH_DEBUG_TRC,
|
|
("+htc_destroy .. Destroying :0x%p\n", target));
|
|
("+htc_destroy .. Destroying :0x%p\n", target));
|
|
|
|
+ hif_stop(htc_get_hif_device(HTCHandle));
|
|
if (target)
|
|
if (target)
|
|
htc_cleanup(target);
|
|
htc_cleanup(target);
|
|
AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("-htc_destroy\n"));
|
|
AR_DEBUG_PRINTF(ATH_DEBUG_TRC, ("-htc_destroy\n"));
|