瀏覽代碼

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
Venkateswara Swamy Bandaru 2 年之前
父節點
當前提交
5b61207f4c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      wmi/inc/wmi_unified_param.h

+ 2 - 0
wmi/inc/wmi_unified_param.h

@@ -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;
 };
 
 /**