Diff between be21643bd57a9b1941ab558fdba7c8f0f1f87358 and 1d73d302702f0e949d408392869e9d8faf131103

Changed Files

File Additions Deletions Status
doc/mgmt-api.txt +7 -0 modified

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 6374b61..44422c8 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -139,6 +139,13 @@ and Command Complete events:
 0x10	Cancelled
 0x11	Invalid Index
 
+As a general rule all commands generate the events as specified below,
+however invalid lengths or unknown commands will always generate a
+Command Status response (with Unknown Command or Invalid Parameters
+status). Sending a command with an invalid Controller Index value will
+also always generate a Command Status event with the Invalid Index
+status code.
+
 
 Read Management Version Information Command
 ===========================================