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
parent 5d1783fbc9
commit b361cf7444
3 changed files with 5 additions and 4 deletions

View File

@@ -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
/**