From b142a9eaedd672f7398034638d186f0c5e993960 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 18 Feb 2012 14:11:22 +0200 Subject: [PATCH] mgmt: Swap cmd_status parameters to match API --- lib/mgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mgmt.h b/lib/mgmt.h index 79db878e5..d9e8d471c 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -303,8 +303,8 @@ struct mgmt_ev_cmd_complete { #define MGMT_EV_CMD_STATUS 0x0002 struct mgmt_ev_cmd_status { - uint8_t status; uint16_t opcode; + uint8_t status; } __packed; #define MGMT_EV_CONTROLLER_ERROR 0x0003 -- 2.47.3