Merge "wifi: rename mode 'ON' to 'VOICE'." into main
This commit is contained in:
commit
7bc634dc1d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue