qca-wifi: Add block ack and ack frame in tx capture feature

Block ack and ack frame is composed and sent to up
layer after a unicast packet to AP is received for
tx capture feature

Change-Id: I512519de7eaf4f524825b854b33dedc4caf90e0e
这个提交包含在:
Kai Chen
2019-12-13 17:52:51 -08:00
提交者 Gerrit - the friendly Code Review server
父节点 4a20b29c53
当前提交 0c218ff57a
修改 2 个文件,包含 242 行新增0 行删除

查看文件

@@ -243,5 +243,17 @@ void dp_tx_capture_htt_frame_counter(struct dp_pdev *pdev,
*/
void dp_print_pdev_tx_capture_stats(struct dp_pdev *pdev);
/**
* dp_send_ack_frame_to_stack(): Function to generate BA or ACK frame and
* send to upper layer on received unicast frame
* @soc: core txrx main context
* @pdev: DP pdev object
* @ppdu_info: HAL RX PPDU info retrieved from status ring TLV
*
* return: status
*/
QDF_STATUS dp_send_ack_frame_to_stack(struct dp_soc *soc,
struct dp_pdev *pdev,
struct hal_rx_ppdu_info *ppdu_info);
#endif
#endif