]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Bluetooth: mgmt: Change ordering of cmd_status paramters
authorJohan Hedberg <johan.hedberg@intel.com>
Sat, 18 Feb 2012 12:49:58 +0000 (14:49 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 19 Feb 2012 12:04:41 +0000 (14:04 +0200)
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>
include/net/bluetooth/mgmt.h

index ad54b5fd634c4a3f12f55489203fbdeeb0c6f8cc..36e68b4551af4fa5f581291cc59bddf087190496 100644 (file)
@@ -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