|
@@ -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);
|