Bläddra i källkod

qcacmn: populate current channel number from TLV

populate channel number from TLV and update mon_rx_status
structure field

Change-Id: I780c6303a35e27a86ad8d1e3b4dd30ba274666f5
Keyur Parekh 7 år sedan
förälder
incheckning
e6d32a9f38
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      hal/wifi3.0/hal_api_mon.h

+ 2 - 2
hal/wifi3.0/hal_api_mon.h

@@ -509,8 +509,8 @@ hal_rx_status_get_tlv_info(void *rx_tlv, struct hal_rx_ppdu_info *ppdu_info)
 		ppdu_info->com_info.ppdu_id =
 			HAL_RX_GET(rx_tlv, RX_PPDU_START_0,
 				PHY_PPDU_ID);
-		/* TODO: Ensure channel number is set in PHY meta data */
-		ppdu_info->rx_status.chan_freq =
+		/* channel number is set in PHY meta data */
+		ppdu_info->rx_status.chan_num =
 			HAL_RX_GET(rx_tlv, RX_PPDU_START_1,
 				SW_PHY_META_DATA);
 		ppdu_info->com_info.ppdu_timestamp =