소스 검색

Revert "qcacmn: add reo bit to enable reo qref in fw"

This reverts commit Ib8d4a2f6e7f598d45ba2b2c628ed6f3929fc3337

Change-Id: I00c1fe824d3776961180cc82ec398c0f9da9b403
CRs-Fixed: 3292473
Ruben Columbus 2 년 전
부모
커밋
15e2647ec7
3개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 1
      hal/wifi3.0/hal_internal.h
  2. 0 5
      hal/wifi3.0/qcn9224/hal_9224.h
  3. 0 1
      hal/wifi3.0/qcn9224/hal_9224_rx.h

+ 0 - 1
hal/wifi3.0/hal_internal.h

@@ -769,7 +769,6 @@ struct hal_reo_params {
 	uint8_t alt_dst_ind_0;
 	/** padding */
 	uint8_t padding[2];
-	uint8_t reo_ref_peer_id_fix_enable;
 };
 
 /**

+ 0 - 5
hal/wifi3.0/qcn9224/hal_9224.h

@@ -1677,11 +1677,6 @@ static void hal_reo_setup_9224(struct hal_soc *soc, void *reoparams,
 	reg_val = HAL_REG_READ(soc, HWIO_REO_R0_GENERAL_ENABLE_ADDR(
 		REO_REG_REG_BASE));
 
-	if (soc->version >= 2) {
-		struct hal_reo_params *reo_params = reoparams;
-
-		reo_params->reo_ref_peer_id_fix_enable = 1;
-	}
 	hal_reo_config_9224(soc, reg_val, reo_params);
 	/* Other ring enable bits and REO_ENABLE will be set by FW */
 

+ 0 - 1
hal/wifi3.0/qcn9224/hal_9224_rx.h

@@ -93,7 +93,6 @@
 		reg_val |= HAL_SM(HWIO_REO_R0_MISC_CTL,		\
 				  FRAGMENT_DEST_RING,		\
 				  (reo_params)->frag_dst_ring); \
-		reg_val |= ((reo_params)->reo_ref_peer_id_fix_enable) << 6; \
 		reg_val |= ((HAL_REO_MSDU_END_COPY) <<	\
 			    HAL_REO_R0_MISC_CTL_SPARE_CONTROL_SHFT);	\
 		HAL_REG_WRITE(soc,				\