Ver Fonte

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 há 6 anos atrás
pai
commit
d359eb4268
1 ficheiros alterados com 1 adições e 1 exclusões
  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,