|
@@ -479,6 +479,8 @@ struct ol_if_ops {
|
|
int (*peer_rx_reorder_queue_remove)(void *ol_soc_handle,
|
|
int (*peer_rx_reorder_queue_remove)(void *ol_soc_handle,
|
|
uint8_t vdev_id, uint8_t *peer_macaddr,
|
|
uint8_t vdev_id, uint8_t *peer_macaddr,
|
|
uint32_t tid_mask);
|
|
uint32_t tid_mask);
|
|
|
|
+ int (*peer_unref_delete)(void *ol_soc_handle);
|
|
|
|
+
|
|
/* TODO: Add any other control path calls required to OL_IF/WMA layer */
|
|
/* TODO: Add any other control path calls required to OL_IF/WMA layer */
|
|
};
|
|
};
|
|
|
|
|