qcacld-3.0: Rename wlan_mlme_set_sta_mlo_simulataneous_links()
Rename wlan_mlme_set_sta_mlo_simulataneous_links() to correct misspelling: simulataneous ==> simultaneous. Change-Id: I5f483446a63221be7c689fb35bd5b5c0548f0473 CRs-Fixed: 3280095
This commit is contained in:

committed by
Madan Koyyalamudi

parent
dd9d99b00a
commit
afc7383127
@@ -3555,18 +3555,18 @@ QDF_STATUS wlan_mlme_set_sta_mlo_conn_max_num(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t wlan_mlme_get_sta_mlo_conn_band_bmp(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* wlan_mlme_set_sta_mlo_simulataneous_links() - set mlo simulataneous links
|
||||
* wlan_mlme_set_sta_mlo_simultaneous_links() - set mlo simultaneous links
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: value to set
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
wlan_mlme_set_sta_mlo_simulataneous_links(struct wlan_objmgr_psoc *psoc,
|
||||
wlan_mlme_set_sta_mlo_simultaneous_links(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_sta_mlo_simultaneous_links() - get mlo simulataneous links
|
||||
* wlan_mlme_get_sta_mlo_simultaneous_links() - get mlo simultaneous links
|
||||
* @psoc: pointer to psoc object
|
||||
*
|
||||
* Return: number of links
|
||||
|
@@ -1669,7 +1669,7 @@ enum station_prefer_bw {
|
||||
* @max_li_modulated_dtim_time_ms: Max modulated DTIM time in ms.
|
||||
* @mlo_support_link_num: max number of links that sta mlo supports
|
||||
* @mlo_support_link_band: band bitmap that sta mlo supports
|
||||
* @mlo_max_simultaneous_links number of simulataneous links
|
||||
* @mlo_max_simultaneous_links number of simultaneous links
|
||||
*/
|
||||
struct wlan_mlme_sta_cfg {
|
||||
uint32_t sta_keep_alive_period;
|
||||
|
@@ -1086,7 +1086,7 @@ uint8_t wlan_mlme_get_sta_mlo_simultaneous_links(struct wlan_objmgr_psoc *psoc)
|
||||
}
|
||||
|
||||
QDF_STATUS
|
||||
wlan_mlme_set_sta_mlo_simulataneous_links(struct wlan_objmgr_psoc *psoc,
|
||||
wlan_mlme_set_sta_mlo_simultaneous_links(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t value)
|
||||
{
|
||||
struct wlan_mlme_psoc_ext_obj *mlme_obj;
|
||||
|
@@ -15048,7 +15048,7 @@ void sme_set_mlo_max_simultaneous_links(mac_handle_t mac_handle,
|
||||
sme_err("No session for id %d", vdev_id);
|
||||
return;
|
||||
}
|
||||
wlan_mlme_set_sta_mlo_simulataneous_links(mac_ctx->psoc, val);
|
||||
wlan_mlme_set_sta_mlo_simultaneous_links(mac_ctx->psoc, val);
|
||||
}
|
||||
|
||||
void sme_set_mlo_assoc_link_band(mac_handle_t mac_handle, uint8_t vdev_id,
|
||||
|
Reference in New Issue
Block a user