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:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user