소스 검색

qcacmn: Send ast hash value to NetAP

Send the ast hash value received in peermap to
NetAP for offload mode

Change-Id: I094c890d651fbe14d995a299d6a369394512c8b2
Radha krishna Simha Jiguru 6 년 전
부모
커밋
d359eb4268
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dp/wifi3.0/dp_peer.c

+ 1 - 1
dp/wifi3.0/dp_peer.c

@@ -382,7 +382,7 @@ static inline void dp_peer_map_ast(struct dp_soc *soc,
 			soc->cdp_soc.ol_ops->peer_map_event(
 			soc->ctrl_psoc, peer->peer_ids[0],
 			hw_peer_id, vdev_id,
-			mac_addr, peer_type, 0);
+			mac_addr, peer_type, ast_hash);
 		}
 	} else {
 		QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,