ソースを参照

qcacmn: Update tx_fast callback with dp_tx_drop

Update tx_fast callback with dp_tx_drop in
Umac pre-reset handler to pause the tx.

Change-Id: I39a74179a3deb8fba34acb7149046471e3f4797b
CRs-Fixed: 3267249
Pavankumar Nandeshwar 2 年 前
コミット
9495c52c2e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      dp/wifi3.0/dp_main.c

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

@@ -13026,6 +13026,7 @@ static void dp_pause_tx_hardstart(struct dp_soc *soc)
 	int i;
 
 	ctxt.tx = &dp_tx_drop;
+	ctxt.tx_fast = &dp_tx_drop;
 	ctxt.tx_exception = &dp_tx_exc_drop;
 
 	for (i = 0; i < MAX_PDEV_CNT; i++) {