aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Le Goater <clg@fr.ibm.com>2015-11-24 18:47:02 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-01-08 16:55:26 +1100
commit82a78848392bdada8925414d430eb0c7743dea83 (patch)
treea2e3b7dfbab5bd7d1d8782254d7b352900a264e6
parent40eed43c9c0bcbaf6ada461fe7e9edb89c2478f1 (diff)
downloadskiboot-82a78848392bdada8925414d430eb0c7743dea83.zip
skiboot-82a78848392bdada8925414d430eb0c7743dea83.tar.gz
skiboot-82a78848392bdada8925414d430eb0c7743dea83.tar.bz2
hw/bt: fix IPMI_GET_BT_CAPS definition
Specified in IPMI docs: http://www.intel.com.au/content/dam/www/public/us/en/documents/product-briefs/ipmi-second-gen-interface-spec-v2-rev1-1.pdf page 587 under BMC Device and Messaging Command Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--include/ipmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipmi.h b/include/ipmi.h
index 6aeacb0..a6791e4 100644
--- a/include/ipmi.h
+++ b/include/ipmi.h
@@ -117,7 +117,7 @@
#define IPMI_GET_MESSAGE_FLAGS IPMI_CODE(IPMI_NETFN_APP, 0x31)
#define IPMI_GET_MESSAGE IPMI_CODE(IPMI_NETFN_APP, 0x33)
#define IPMI_READ_EVENT IPMI_CODE(IPMI_NETFN_APP, 0x35)
-#define IPMI_GET_BT_CAPS IPMI_CODE(IPMI_NETFN_APP, 0x56)
+#define IPMI_GET_BT_CAPS IPMI_CODE(IPMI_NETFN_APP, 0x36)
#define IPMI_SET_SENSOR_READING IPMI_CODE(IPMI_NETFN_SE, 0x30)
/* AMI OEM comamnds. AMI uses NETFN 0x3a and 0x32 */