|
@@ -1490,6 +1490,7 @@ QDF_STATUS wlan_mlme_get_sta_ch_width(struct wlan_objmgr_vdev *vdev,
|
|
phymode = wlan_peer_get_phymode(peer);
|
|
phymode = wlan_peer_get_phymode(peer);
|
|
wlan_peer_obj_unlock(peer);
|
|
wlan_peer_obj_unlock(peer);
|
|
*ch_width = wlan_mlme_get_ch_width_from_phymode(phymode);
|
|
*ch_width = wlan_mlme_get_ch_width_from_phymode(phymode);
|
|
|
|
+ status = QDF_STATUS_SUCCESS;
|
|
}
|
|
}
|
|
|
|
|
|
return status;
|
|
return status;
|