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
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user