qcacmn: FR-64493 WDS Extended support

Use AST override feature to send out multicast packet in
4 address format. Pass per packet peer_id from osif layer.

Change-Id: Ic86120169c89e7972caa3cc8c967de72670314d0
CRs-Fixed: 2775051
这个提交包含在:
Varsha Mishra
2020-09-18 21:54:00 +05:30
提交者 snandini
父节点 71b1eaed3e
当前提交 ca0cf99f1d
修改 4 个文件,包含 197 行新增66 行删除

查看文件

@@ -153,14 +153,17 @@ struct dp_tx_msdu_info_s {
struct dp_tx_queue tx_queue;
uint32_t num_seg;
uint8_t tid;
uint8_t exception_fw;
uint8_t is_tx_sniffer;
uint8_t search_type;
union {
struct qdf_tso_info_t tso_info;
struct dp_tx_sg_info_s sg_info;
} u;
uint32_t meta_data[DP_TX_MSDU_INFO_META_DATA_DWORDS];
uint8_t exception_fw;
uint16_t ppdu_cookie;
uint8_t is_tx_sniffer;
uint16_t ast_idx;
uint16_t ast_hash;
};
/**