Commit 3c6b7640 authored by Johan Hedberg's avatar Johan Hedberg
Browse files

Bluetooth: mgmt: Change ordering of cmd_status paramters



In accordance to the latest mgmt API specification the opcode comes
first and then the status.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 5e0452c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,8 +318,8 @@ struct mgmt_ev_cmd_complete {

#define MGMT_EV_CMD_STATUS		0x0002
struct mgmt_ev_cmd_status {
	__u8 status;
	__le16 opcode;
	__u8 status;
} __packed;

#define MGMT_EV_CONTROLLER_ERROR	0x0003