From 6c5448125c5454c944f3ce502b59cf2dec461c74 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 11 May 2016 13:52:43 -0700 Subject: [PATCH] UPSTREAM: wrdd: Export WRDD info in the header Export the WRDD spec revision and WiFi domain type in the header file so it can be used to generate ACPI tables by wifi drivers. Change-Id: I3222eca723c52fe74a004aa7bac7167264249fd1 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/15018 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/349062 Commit-Ready: Aaron Durbin Tested-by: Aaron Durbin Tested-by: Furquan Shaikh --- src/include/wrdd.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/include/wrdd.h b/src/include/wrdd.h index 97fa5dc7eb..0ede015c29 100644 --- a/src/include/wrdd.h +++ b/src/include/wrdd.h @@ -18,6 +18,12 @@ #include +/* WRDD Spec Revision */ +#define WRDD_REVISION 0x0 + +/* Domain type */ +#define WRDD_DOMAIN_TYPE_WIFI 0x7 + /* Default regulatory domain ID */ #define WRDD_DEFAULT_REGULATORY_DOMAIN 0x4150 /* INDONESIA regulatory domain ID */