qcacmn: Send peer_id in peer_add_wds_entry API

Send peer_id in peer_add_wds_entry API of ol_if_ops,
so that the dp peer doesn't need to be explicitly
retrieved in corresponding offload API.

Change-Id: Ia32d31946de43e9faa1970f4e74f2810f4125995
CRs-fixed: 2629475
This commit is contained in:
Pavankumar Nandeshwar
2020-02-24 19:52:09 +05:30
committed by nshrivas
부모 a6cb1901a5
커밋 d1aac5b3c3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -1004,6 +1004,7 @@ struct ol_if_ops {
int (*peer_add_wds_entry)(struct cdp_ctrl_objmgr_psoc *soc,
uint8_t vdev_id,
uint8_t *peer_macaddr,
uint16_t peer_id,
const uint8_t *dest_macaddr,
uint8_t *next_node_mac,
uint32_t flags,