qcacmn: Setting interrupt mode in soc_init
Setting interrupt mode in dp_soc_init as setting it in dp_soc_attach is resulting in interrupt mode not set on subsequent wifi down/up. soc_attach is called only in case of wifi unload/load and not in case of wifi down/up. Adding interrupt mode setting in soc_init helps in setting correct interrupt mode in case of wifi down/up. Change-Id: I9e6ad94e42b7bc2bf84f832ece8dc8779e335905
This commit is contained in:

committed by
nshrivas

parent
e6d621740b
commit
1d9464d4fa
@@ -10605,6 +10605,7 @@ void *dp_soc_init(struct dp_soc *dpsoc, HTC_HANDLE htc_handle,
|
||||
break;
|
||||
}
|
||||
|
||||
dp_soc_set_interrupt_mode(soc);
|
||||
wlan_cfg_set_rx_hash(soc->wlan_cfg_ctx,
|
||||
cfg_get(soc->ctrl_psoc, CFG_DP_RX_HASH));
|
||||
soc->cce_disable = false;
|
||||
|
Reference in New Issue
Block a user