Diff between 1a50bbb4eac1fb9eebf7a00de87bbbbb14cbeae0 and b142a9eaedd672f7398034638d186f0c5e993960

Changed Files

File Additions Deletions Status
lib/mgmt.h +1 -1 modified

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 79db878..d9e8d47 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