qcacmn: Not register spectral to dbr when load wlan

When loading wlan host, memory alloc takes too long when registering
spectral to direct buffer rx component and affect wmi ready event
handling. So avoid to register spectral to dbr when loading wlan.

Change-Id: If48aab2cf424c41af1427f350734690918291d69
CRs-Fixed: 2558477
This commit is contained in:
Wu Gao
2019-11-06 22:46:10 +08:00
committad av nshrivas
förälder 4f3f01b122
incheckning a32b831887
3 ändrade filer med 15 tillägg och 14 borttagningar

Visa fil

@@ -217,3 +217,7 @@ bad:
qdf_export_symbol(ucfg_spectral_extract_response);
QDF_STATUS ucfg_spectral_register_to_dbr(struct wlan_objmgr_pdev *pdev)
{
return spectral_pdev_open(pdev);
}