qcacmn: Add support for NSS DBTC mode

Add dbtc support for NSS offload mode.

Change-Id: I3673c0a42071f7d7767e086618c0171658e8a6f0
CRs-Fixed: 2330655
This commit is contained in:
Aniruddha Paul
2018-09-14 14:25:30 +05:30
committed by nshrivas
parent 0a5f71bca1
commit c34164e97e
4 changed files with 99 additions and 27 deletions

View File

@@ -223,4 +223,15 @@ void *lmac_get_pdev_feature_ptr(struct wlan_objmgr_pdev *pdev);
*/
uint32_t lmac_get_num_radios(struct wlan_objmgr_psoc *psoc);
/**
* lmac_get_preferred_hw_mode() - get preferred hw mode
* @psoc: pointer to psoc
*
* API to get the preferred hw mode
*
* Return: preferred how mode
*/
enum wmi_host_hw_mode_config_type lmac_get_preferred_hw_mode(
struct wlan_objmgr_psoc *psoc);
#endif /* _INIT_DEINIT_LMAC_H_ */