qcacmn: Enable/Disable AM copy mode

AM copy mode
Have a configuration to send first 100 bytes of PPDU, whenever
requested by upper layer.

Add required variable and handle code to enable/disable AM copy mode.

Change-Id: I1ebdcd0d1777e276af8c16334dae1f1a0760d5a8
CRs-Fixed: 2127108
This commit is contained in:
Soumya Bhat
2017-11-16 17:23:48 +05:30
committato da snandini
parent 28541119a5
commit 89647efbf6
3 ha cambiato i file con 25 aggiunte e 7 eliminazioni

Vedi File

@@ -2002,7 +2002,8 @@ static void dp_txrx_ppdu_stats_handler(struct dp_soc *soc,
int status;
int i;
if (!pdev->enhanced_stats_en && !pdev->tx_sniffer_enable)
if (!pdev->enhanced_stats_en && !pdev->tx_sniffer_enable &&
!pdev->am_copy_mode)
return;
if (!pdev->tx_ppdu_info.buf) {