qcacmn: Adding vdev id for WDS add/del/update API's
- Update the WDS add/del/update dp api's with vdev context Change-Id: I68bf5670232aaa4bb4cce6a6fe0f7b3b2e921143 CRs-fixed: 2133484
This commit is contained in:
@@ -632,13 +632,13 @@ struct ol_if_ops {
|
||||
int (*peer_unref_delete)(void *scn_handle, uint8_t vdev_id,
|
||||
uint8_t *peer_macaddr);
|
||||
bool (*is_hw_dbs_2x2_capable)(struct wlan_objmgr_psoc *psoc);
|
||||
int (*peer_add_wds_entry)(void *ol_soc_handle,
|
||||
int (*peer_add_wds_entry)(void *ol_osif_vdev_handle,
|
||||
const uint8_t *dest_macaddr, uint8_t *peer_macaddr,
|
||||
uint32_t flags);
|
||||
int (*peer_update_wds_entry)(void *ol_soc_handle,
|
||||
int (*peer_update_wds_entry)(void *ol_osif_vdev_handle,
|
||||
uint8_t *dest_macaddr, uint8_t *peer_macaddr,
|
||||
uint32_t flags);
|
||||
void (*peer_del_wds_entry)(void *ol_soc_handle,
|
||||
void (*peer_del_wds_entry)(void *ol_osif_vdev_handle,
|
||||
uint8_t *wds_macaddr);
|
||||
QDF_STATUS (*lro_hash_config)(void *scn_handle,
|
||||
struct cdp_lro_hash_config *lro_hash);
|
||||
|
Reference in New Issue
Block a user