diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2013-05-29 09:43:00 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-05-29 09:49:21 +0300 |
commit | 4f8952b201412d46005c20b1bdd992acb7a249ff (patch) | |
tree | a87d8ba2f3bd9ba51ae02e7bafc6a12de507da64 /lib | |
parent | 6d4e7785a46b069d6575092b2ce783b80b9e253c (diff) |
mgmt: Add support for new MGMT_STATUS_RFKILLED
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mgmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h index e28005e90..d0b12212f 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -45,6 +45,7 @@ #define MGMT_STATUS_NOT_POWERED 0x0f #define MGMT_STATUS_CANCELLED 0x10 #define MGMT_STATUS_INVALID_INDEX 0x11 +#define MGMT_STATUS_RFKILLED 0x12 struct mgmt_hdr { uint16_t opcode; @@ -544,6 +545,7 @@ static const char *mgmt_status[] = { "Not Powered", "Cancelled", "Invalid Index", + "Blocked through rfkill", }; #ifndef NELEM |