Skip to content

Commit

Permalink
Bluetooth: mgmt: Change ordering of cmd_status paramters
Browse files Browse the repository at this point in the history
In accordance to the latest mgmt API specification the opcode comes
first and then the status.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Johan Hedberg committed Feb 19, 2012
1 parent 5e0452c commit 3c6b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/bluetooth/mgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c6b764

Please sign in to comment.