Browse Source

qcacmn: corrected the print statement

Corrected print statement to dump AST entries

Change-Id: I37a7c98eef6a8ad0b27541584927505ffc447cb2
Chaithanya Garrepalli 5 years ago
parent
commit
60a154f99e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dp/wifi3.0/dp_main.c

+ 1 - 2
dp/wifi3.0/dp_main.c

@@ -1039,8 +1039,7 @@ void dp_print_ast_stats(struct dp_soc *soc)
 					    " ast_idx = %d"
 					    " ast_hash = %d"
 					    " delete_in_progress = %d"
-					    " pdev_id = %d"
-					    " vdev_id = %d",
+					    " pdev_id = %d",
 					    ++num_entries,
 					    ase->mac_addr.raw,
 					    ase->peer->mac_addr.raw,