Merge "wifi: rename mode 'ON' to 'VOICE'." into main

This commit is contained in:
Les Lee 2023-12-07 23:23:02 +00:00 committed by Android (Google) Code Review
commit 7bc634dc1d

View file

@ -126,7 +126,7 @@ typedef enum {
*/
typedef enum {
WIFI_VOIP_MODE_OFF = 0,
WIFI_VOIP_MODE_ON = 1,
WIFI_VOIP_MODE_VOICE = 1,
} wifi_voip_mode;
/* List of interface types supported */