From 4f8952b201412d46005c20b1bdd992acb7a249ff Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 29 May 2013 09:43:00 +0300 Subject: [PATCH] mgmt: Add support for new MGMT_STATUS_RFKILLED --- lib/mgmt.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3