linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] Bluetooth: mgmt: Change ordering of cmd_status paramters
@ 2012-02-19 11:54 johan.hedberg
  2012-02-19 11:54 ` [PATCH 2/6] Bluetooth: mgmt: Move status parameters into the cmd_complete header johan.hedberg
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: johan.hedberg @ 2012-02-19 11:54 UTC (permalink / raw)
  To: linux-bluetooth

From: Johan Hedberg <johan.hedberg@intel.com>

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>
---
 include/net/bluetooth/mgmt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index ad54b5f..36e68b4 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -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
-- 
1.7.9


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-02-19 12:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-19 11:54 [PATCH 1/6] Bluetooth: mgmt: Change ordering of cmd_status paramters johan.hedberg
2012-02-19 11:54 ` [PATCH 2/6] Bluetooth: mgmt: Move status parameters into the cmd_complete header johan.hedberg
2012-02-19 11:57   ` Marcel Holtmann
2012-02-19 11:54 ` [PATCH 3/6] Bluetooth: mgmt: Fix Pair Device response status values johan.hedberg
2012-02-19 11:58   ` Marcel Holtmann
2012-02-19 11:54 ` [PATCH 4/6] Bluetooth: mgmt: Fix Start Discovery return parameters johan.hedberg
2012-02-19 11:58   ` Marcel Holtmann
2012-02-19 11:54 ` [PATCH 5/6] Bluetooth: mgmt: Fix (Un)Block Device " johan.hedberg
2012-02-19 11:59   ` Marcel Holtmann
2012-02-19 11:54 ` [PATCH 6/6] Bluetooth: mgmt: Fix OOB command response parameters johan.hedberg
2012-02-19 12:00   ` Marcel Holtmann
2012-02-19 11:56 ` [PATCH 1/6] Bluetooth: mgmt: Change ordering of cmd_status paramters Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).