qcacmn: Free outstanding skbs on Spectral detach
While detach if there are any outstanding skbs free them. CRs-Fixed: 2470780 Change-Id: Ic9ee568a1af96b2535cc2a30747ac8e5190e1be6
このコミットが含まれているのは:
@@ -1463,9 +1463,10 @@ init_160mhz_delivery_state_machine(struct target_if_spectral *spectral) {
|
||||
*/
|
||||
static inline void
|
||||
deinit_160mhz_delivery_state_machine(struct target_if_spectral *spectral) {
|
||||
if (spectral->spectral_report_cache)
|
||||
if (spectral->spectral_report_cache && spectral->nl_cb.free_nbuff) {
|
||||
spectral->nl_cb.free_nbuff(spectral->pdev_obj);
|
||||
spectral->spectral_report_cache = NULL;
|
||||
spectral->spectral_report_cache = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
新しいイシューから参照
ユーザーをブロックする