From aea82119dfd4a68aaad79586de9e2e2c0c67c81d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 17 Feb 2012 16:01:09 +0200 Subject: [PATCH] mgmt-api: Reorder cmd_status parameters It makes more sense for the opcode to come before the status (since it is part of the context). --- doc/mgmt-api.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index cb7a10207..b4e9748cf 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -556,9 +556,8 @@ Command Status Event Event Code 0x0002 Controller Index: or -Event Parameters Status (1 Octet) - Command_Opcode (2 Octets) - +Event Parameters Command_Opcode (2 Octets) + Status (1 Octet) Controller Error Event ====================== -- 2.47.3