Merge "qca-wifi: Add support for noAck frames for TX capture"

This commit is contained in:
Linux Build Service Account
2020-02-28 14:36:21 -08:00
committad av Gerrit - the friendly Code Review server
förälder 3d7cabd566 bc3ff96089
incheckning 7022f867ec
2 ändrade filer med 200 tillägg och 1 borttagningar

Visa fil

@@ -271,6 +271,19 @@ QDF_STATUS dp_send_ack_frame_to_stack(struct dp_soc *soc,
struct dp_pdev *pdev,
struct hal_rx_ppdu_info *ppdu_info);
/**
* dp_handle_tx_capture_from_dest: Handle any TX capture frames from
* monitor destination path.
* @soc: SoC handle
* @pdev: PDEV pointer
* @mon_mpdu: mpdu from monitor destination path
*
* Return: QDF_STATUS
*/
QDF_STATUS
dp_handle_tx_capture_from_dest(struct dp_soc *soc, struct dp_pdev *pdev,
qdf_nbuf_t mon_mpdu);
/**
* dp_peer_set_tx_capture_enabled: Set tx_cap_enabled bit in peer
* @pdev: DP PDEV handle