qcacmn: Mark first packet after wow wakeup

Add feature support to tag first packet that wakes up HOST from WoW.

rx_pkt_tlv.rx_msdu_end.reserved_1a field is used by TARGET to meet
such request.

Change-Id: I3d37e13e8cff49bc4f622d3070a19e4c4be56417
CRs-Fixed: 3137621
此提交包含在:
Jia Ding
2021-12-03 10:13:24 +08:00
提交者 Madan Koyyalamudi
父節點 7148dfedf8
當前提交 d40b388d2f
共有 14 個檔案被更改,包括 218 行新增4 行删除

查看文件

@@ -1069,6 +1069,9 @@ struct hal_hw_txrx_ops {
uint16_t peer_id,
int tid,
qdf_dma_addr_t hw_qdesc_paddr);
#ifdef WLAN_FEATURE_MARK_FIRST_WAKEUP_PACKET
uint8_t (*hal_get_first_wow_wakeup_packet)(uint8_t *buf);
#endif
};
/**