qcacld-3.0: Send BW ind and wide band channel switch element in rsp

As per spec if Wide Bandwidth Channel Switch (id 163) and Bandwidth
Indication (id 164) sub element present in channel load request,
Host should send same sub element ids with same values as in request
in channel load response.

Change-Id: If419c1e2ac694ee5d2da301e404085bb3fc68674
CRs-Fixed: 3629125
Tento commit je obsažen v:
Abhinav Kumar
2023-09-25 09:01:05 -07:00
odevzdal Ravindra Konda
rodič 969f28aeaf
revize fd4debd695
8 změnil soubory, kde provedl 165 přidání a 29 odebrání

Zobrazit soubor

@@ -398,14 +398,12 @@ void wlan_cp_stats_update_chan_info(struct wlan_objmgr_psoc *psoc,
* wlan_cp_stats_get_rx_clear_count() - API to get rx clear count for a channel
* @psoc: pointer to psoc
* @vdev_id: vdev id
* @channel: channel for which rx clear count require
* @chan_load: buffer to store rx clear count for a channel
* @req_freq: freq for which rx clear count require
*
* Return: None
* Return: channel load
*/
void wlan_cp_stats_get_rx_clear_count(struct wlan_objmgr_psoc *psoc,
uint8_t vdev_id, uint8_t channel,
uint8_t *chan_load);
uint8_t wlan_cp_stats_get_rx_clear_count(struct wlan_objmgr_psoc *psoc,
uint8_t vdev_id, qdf_freq_t req_freq);
/**
* ucfg_mc_cp_stats_clear_channel_status() - API to clear chan stats
@@ -520,9 +518,8 @@ void wlan_cp_stats_update_chan_info(struct wlan_objmgr_psoc *psoc,
}
static inline
void wlan_cp_stats_get_rx_clear_count(struct wlan_objmgr_psoc *psoc,
uint8_t vdev_id, uint8_t channel,
uint8_t *chan_load)
uint8_t wlan_cp_stats_get_rx_clear_count(struct wlan_objmgr_psoc *psoc,
uint8_t vdev_id, qdf_freq_t req_freq)
{
}