Explorar el Código

qcacmn: Fix reo register config for BAR frame routing

Do not configure BAR frame routing keep routing default
to WBM release

Change-Id: I349e25030bf6e018385dd18e68d4b020b928f152
Chaithanya Garrepalli hace 3 años
padre
commit
32bc004766
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. 1 6
      hal/wifi3.0/qcn9224/hal_9224_rx.h

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

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -80,12 +81,6 @@
 		reg_val |= HAL_SM(HWIO_REO_R0_MISC_CTL,		\
 				  FRAGMENT_DEST_RING,		\
 				  (reo_params)->frag_dst_ring); \
-		reg_val &= (~HWIO_REO_R0_MISC_CTL_BAR_DEST_RING_BMSK | \
-			    (REO_REMAP_TCL <<			\
-			     HWIO_REO_R0_MISC_CTL_BAR_DEST_RING_SHFT)); \
-		HAL_REG_WRITE(soc,				\
-			      HWIO_REO_R0_MISC_CTL_ADDR(REO_REG_REG_BASE), \
-			      reg_val); \
 	} while (0)
 
 #define HAL_RX_MSDU_DESC_INFO_GET(msdu_details_ptr) \