qcacmn: Update peer_chan_width_switch_info

Update peer_chan_width_switch_info as per latest
fw common header file to include puncture parameter.

Change-Id: I1a68991ed8b9c653d31c4bc0c3ad3660d1104de3
CRs-Fixed: 3278709
Cette révision appartient à :
Venkateswara Swamy Bandaru
2022-08-29 15:58:01 +05:30
révisé par Madan Koyyalamudi
Parent 4cdffd25aa
révision 5b61207f4c

Voir le fichier

@@ -2985,11 +2985,13 @@ struct set_qdepth_thresh_params {
* @mac_addr: MAC address of peer
* @chan_width: Max supported channel width of peer
* (enum ieee80211_cwm_width)
* @puncture_bitmap: Puncture bitmap of peer
*/
struct peer_chan_width_switch_info {
uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
uint32_t chan_width;
uint16_t puncture_bitmap;
};
/**