summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-19 13:28:11 +0200
committerThomas Haller <thaller@redhat.com>2015-08-19 13:28:11 +0200
commitb10d6c64dabcbc5411aa5d1471de97d6a18e0b49 (patch)
tree0abd28d009bcb18a5dd961da2158a65282c994a4
parent02cfeac668a21368ca8cede5a53ea4aceabf5031 (diff)
downloadNetworkManager-b10d6c64dabcbc5411aa5d1471de97d6a18e0b49.tar.gz
rfkill: fix value of RFKILL_TYPE_UNKNOWN after dropping WiMAX rfkill
Fixes: b9f00dbb19de9120658c001d3e97cba67c5060f2
-rw-r--r--src/nm-rfkill-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-rfkill-manager.h b/src/nm-rfkill-manager.h
index 2493a1062d..68646931f0 100644
--- a/src/nm-rfkill-manager.h
+++ b/src/nm-rfkill-manager.h
@@ -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;