Quellcode durchsuchen

qcacld-3.0: Fix invalid messages for dumpStats command

After enable AC based flow control feature, there are several
invalid messages are brought because of new added flow control
actions. Add new dump strings for these new added actions.

CRs-Fixed: 2332343
Change-Id: I6123e222a6124d992c094a2931fb7c8111c7a71a
chenguo vor 6 Jahren
Ursprung
Commit
b795b83594
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      core/hdd/src/wlan_hdd_tx_rx.c

+ 5 - 0
core/hdd/src/wlan_hdd_tx_rx.c

@@ -2078,6 +2078,11 @@ const char *hdd_action_type_to_string(enum netif_action_type action)
 	CASE_RETURN_STRING(WLAN_NETIF_CARRIER_OFF);
 	CASE_RETURN_STRING(WLAN_NETIF_PRIORITY_QUEUE_ON);
 	CASE_RETURN_STRING(WLAN_NETIF_PRIORITY_QUEUE_OFF);
+	CASE_RETURN_STRING(WLAN_NETIF_VO_QUEUE_ON);
+	CASE_RETURN_STRING(WLAN_NETIF_VO_QUEUE_OFF);
+	CASE_RETURN_STRING(WLAN_NETIF_VI_QUEUE_ON);
+	CASE_RETURN_STRING(WLAN_NETIF_VI_QUEUE_OFF);
+	CASE_RETURN_STRING(WLAN_NETIF_BE_BK_QUEUE_OFF);
 	CASE_RETURN_STRING(WLAN_WAKE_NON_PRIORITY_QUEUE);
 	CASE_RETURN_STRING(WLAN_STOP_NON_PRIORITY_QUEUE);
 	default: