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
这个提交包含在:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户