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:
@@ -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) {
|
||||
|
Fai riferimento in un nuovo problema
Block a user