mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-18 02:50:30 +01:00
rfkill: fix value of RFKILL_TYPE_UNKNOWN after dropping WiMAX rfkill
Fixes: b9f00dbb19
This commit is contained in:
parent
02cfeac668
commit
b10d6c64da
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ typedef enum {
|
|||
* the last rfkill type since RFKILL_TYPE_MAX is
|
||||
* used as an array size.
|
||||
*/
|
||||
RFKILL_TYPE_UNKNOWN = 3, /* KEEP LAST */
|
||||
RFKILL_TYPE_UNKNOWN, /* KEEP LAST */
|
||||
RFKILL_TYPE_MAX = RFKILL_TYPE_UNKNOWN
|
||||
} RfKillType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue