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
此提交包含在:

提交者
Madan Koyyalamudi

父節點
5d1783fbc9
當前提交
b361cf7444
@@ -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;
|
||||
|
||||
|
新增問題並參考
封鎖使用者