qcacmn: Add support for intra-bss forwarding
pkts should be forwarded from one STA to another STA belonging to same VAP from within the driver Change-Id: I68eb0dd91f7ac54352b4882ffdb9d5d53d627db1 Conflicts: dp/wifi3.0/dp_rx.c dp/wifi3.0/dp_types.h Conflicts: dp/wifi3.0/dp_rx.c Change-Id: I68eb0dd91f7ac54352b4882ffdb9d5d53d627db1
This commit is contained in:

committed by
Sandeep Puligilla

parent
975bf37ab6
commit
6f6166e36c
@@ -46,7 +46,7 @@ dp_peer_find_by_id(struct dp_soc *soc,
|
||||
}
|
||||
|
||||
void dp_rx_peer_map_handler(void *soc_handle, uint16_t peer_id,
|
||||
uint8_t vdev_id, uint8_t *peer_mac_addr);
|
||||
uint16_t hw_peer_id, uint8_t vdev_id, uint8_t *peer_mac_addr);
|
||||
void dp_rx_peer_unmap_handler(void *soc_handle, uint16_t peer_id);
|
||||
void dp_rx_sec_ind_handler(void *soc_handle, uint16_t peer_id,
|
||||
enum htt_sec_type sec_type, int is_unicast,
|
||||
|
Reference in New Issue
Block a user