qcacld-3.0: Make sure to initialize global target_if before soc create

Make sure to initialize global target_if before soc create
as part of this psoc notifications are registered.

Change-Id: Id5491a2aac49450774532fe69ee24e18c9a7c594
CRs-Fixed: 2351426
Bu işleme şunda yer alıyor:
Arif Hussain
2018-07-31 00:32:50 -07:00
işlemeyi yapan: nshrivas
ebeveyn f253f834ac
işleme 49698119d9
3 değiştirilmiş dosya ile 31 ekleme ve 26 silme

Dosyayı Görüntüle

@@ -2590,4 +2590,14 @@ void wma_check_and_set_wake_timer(uint32_t time);
*/
uint8_t wma_rx_invalid_peer_ind(uint8_t vdev_id, void *wh);
/**
* wma_get_psoc_from_scn_handle() - API to get psoc from scn handle
* @scn_handle: opaque wma handle
*
* API to get psoc from scn handle
*
* Return: psoc context or null in case of failure
*/
struct wlan_objmgr_psoc *wma_get_psoc_from_scn_handle(void *scn_handle);
#endif