Quellcode durchsuchen

qcacld-3.0: Prevent link down for SAP, IBSS, and NaN

For SAP, IBSS, and NaN mode, the PCIe link down should be prevented
when first remote peer joins the network to avoid any throughput
latencies.

Change-Id: Iabea78b3a4916cce7e63eadce2e1ce2874cf2c88
CRs-Fixed: 2605563
Alan Chen vor 5 Jahren
Ursprung
Commit
8732a5872c
1 geänderte Dateien mit 6 neuen und 14 gelöschten Zeilen
  1. 6 14
      core/wma/src/wma_dev_if.c

+ 6 - 14
core/wma/src/wma_dev_if.c

@@ -4797,13 +4797,9 @@ void wma_add_sta(tp_wma_handle wma, tpAddStaParams add_sta)
 	if (BSS_OPERATIONAL_MODE_IBSS == oper_mode ||
 	    BSS_OPERATIONAL_MODE_AP == oper_mode ||
 	    BSS_OPERATIONAL_MODE_NDI == oper_mode) {
-		if (qdf_is_drv_connected()) {
-			wma_debug("drv wow enabled prevent runtime pm");
-			wma_sap_prevent_runtime_pm(wma);
-		} else {
-			wma_debug("non-drv wow enabled vote for link up");
-			htc_vote_link_up(htc_handle);
-		}
+		wma_debug("disable runtime pm and vote for link up");
+		htc_vote_link_up(htc_handle);
+		wma_sap_prevent_runtime_pm(wma);
 	}
 
 	/* adjust heart beat thresold timer value for detecting ibss peer
@@ -4882,13 +4878,9 @@ void wma_delete_sta(tp_wma_handle wma, tpDeleteStaParams del_sta)
 	if (BSS_OPERATIONAL_MODE_IBSS == oper_mode ||
 	    BSS_OPERATIONAL_MODE_AP == oper_mode ||
 	    BSS_OPERATIONAL_MODE_NDI == oper_mode) {
-		if (qdf_is_drv_connected()) {
-			wma_debug("drv wow enabled allow runtime pm");
-			wma_sap_allow_runtime_pm(wma);
-		} else {
-			wma_debug("drv wow disabled vote for link down");
-			htc_vote_link_down(htc_handle);
-		}
+		wma_debug("allow runtime pm and vote for link down");
+		htc_vote_link_down(htc_handle);
+		wma_sap_allow_runtime_pm(wma);
 	}
 
 	/* adjust heart beat thresold timer value for