qcacmn: Function parameter update for mlme_max_chan_switch_is_set

Update the function parameter for mlme_max_chan_switch_is_set.

Change-Id: I0585e328b670f37cb0cd1eb1371ad63b1df1c5f0
CRs-Fixed: 3095312
This commit is contained in:
Jayachandran Sreekumaran
2021-12-13 15:14:55 +05:30
committed by Madan Koyyalamudi
父節點 5d1783fbc9
當前提交 b361cf7444
共有 3 個文件被更改,包括 5 次插入4 次删除

查看文件

@@ -758,7 +758,7 @@ void mlme_set_osif_cm_cb(osif_cm_get_global_ops_cb cm_osif_ops);
*
* Return: True if max chan switch is enabled else false
*/
bool mlme_max_chan_switch_is_set(struct wlan_objmgr_vdev *vdev);
bool mlme_max_chan_switch_is_set(struct wlan_objmgr_psoc *psoc);
#ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE
/**