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
此提交包含在:
Jayachandran Sreekumaran
2021-12-13 15:14:55 +05:30
提交者 Madan Koyyalamudi
父節點 5d1783fbc9
當前提交 b361cf7444
共有 3 個檔案被更改,包括 5 行新增4 行删除

查看文件

@@ -557,9 +557,8 @@ void mlme_set_ops_register_cb(mlme_get_global_ops_cb ops_cb)
glbl_ops_cb = ops_cb;
}
bool mlme_max_chan_switch_is_set(struct wlan_objmgr_vdev *vdev)
bool mlme_max_chan_switch_is_set(struct wlan_objmgr_psoc *psoc)
{
struct wlan_objmgr_psoc *psoc = wlan_vdev_get_psoc(vdev);
struct psoc_mlme_obj *mlme_psoc_obj;
struct psoc_phy_config *phy_config;