2019-11-26 19:10:19

by Alain Michaud

[permalink] [raw]
Subject: [PATCH] Fixing miss aligned mgmt command opcodes.

---
doc/mgmt-api.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 0d11aa035..fd2325471 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -2916,7 +2916,7 @@ Read Extended Controller Information Command
Set Appearance Command
======================

- Command Code: 0x0042
+ Command Code: 0x0043
Controller Index: <controller id>
Command Parameters: Appearance (2 Octets)
Return Parameters:
@@ -2945,7 +2945,7 @@ Set Appearance Command
Get PHY Configuration Command
=============================

- Command Code: 0x0043
+ Command Code: 0x0044
Controller Index: <controller id>
Command Parameters:
Return Parameters: Supported_PHYs (4 Octet)
@@ -2988,7 +2988,7 @@ Get PHY Configuration Command
Set PHY Configuration Command
=============================

- Command Code: 0x0044
+ Command Code: 0x0045
Controller Index: <controller id>
Command Parameters: Selected_PHYs (4 Octet)
Return Parameters:
--
2.24.0.432.g9d3f5f5b63-goog


2019-11-27 05:59:36

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Fixing miss aligned mgmt command opcodes.

Hi Alain,

> ---
> doc/mgmt-api.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

patch has been applied.

Regards

Marcel