소스 검색

qcacmn: remove the QDF_BUG in src port learn when peer found

Remove the QDF_BUG in sa valid case when AST entry is not found
and peer is found as this can be a valid case in DBDC repeater

In DBDC repeater case we may receive the L2UF frame sent on 5G
radio on 2G interface

In this case SA will be valid and peer will be found for 5G VAP
mac address, but ast entry will not be found in ast_table as we
dont receive peer map events for STA vaps

Change-Id: I22e8582605f59a8691d8fcbb43627655d1a6500c
Chaithanya Garrepalli 6 년 전
부모
커밋
0a5f71bca1
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      dp/wifi3.0/dp_rx.h

+ 3 - 5
dp/wifi3.0/dp_rx.h

@@ -472,16 +472,14 @@ dp_rx_wds_srcport_learn(struct dp_soc *soc,
 				dp_peer_unref_delete(wds_peer);
 				if (!del_in_progress) {
 					QDF_TRACE(QDF_MODULE_ID_DP,
-						  QDF_TRACE_LEVEL_FATAL,
+						  QDF_TRACE_LEVEL_DEBUG,
 						  "wds peer %pM found",
 						  wds_src_mac);
 					QDF_TRACE(QDF_MODULE_ID_DP,
-						  QDF_TRACE_LEVEL_FATAL,
+						  QDF_TRACE_LEVEL_DEBUG,
 						  "No AST no Del in progress");
-					QDF_BUG(0);
-				} else {
-					return;
 				}
+				return;
 			}
 			ret = dp_peer_add_ast(soc,
 					      ta_peer,