Diff between 6d4e7785a46b069d6575092b2ce783b80b9e253c and 4f8952b201412d46005c20b1bdd992acb7a249ff
Changed Files
| File | Additions | Deletions | Status |
| lib/mgmt.h | +2 | -0 | modified |
Full Patch
diff --git a/lib/mgmt.h b/lib/mgmt.h
index e28005e..d0b1221 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