From 511222c187e86175bf9832a62619a05d1900c1fb Mon Sep 17 00:00:00 2001 From: Ravi Sarawadi Date: Mon, 6 May 2024 09:58:52 -0700 Subject: drivers/wifi: Support Wi-Fi 7 11be Enablement Add 802.11be (aka. Wi-Fi 7) enable/disable support based on document 559910 Intel Connectivity Platforms BIOS_Guidelines revision 8.3. There are countries where Wi-Fi 7 should be disabled by default. This adds capability for OEM to enable or disable by updating the board specific Specific Absorption Rate (SAR) binary. BUG=b:348345300 BRANCH=firmware-rex-15709.B TEST=SSDT dump shows that the _DSM method returns the value supplied by the SAR binary for function 12 Change-Id: Ifa1482d7511f48f5138d4c68566f07ce79f37a7a Signed-off-by: Ravi Sarawadi Signed-off-by: Jeremy Compostella Reviewed-on: https://review.coreboot.org/c/coreboot/+/82207 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Eric Lai Reviewed-by: YH Lin --- src/include/sar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/sar.h') diff --git a/src/include/sar.h b/src/include/sar.h index 8d712dec81..c201cea2f4 100644 --- a/src/include/sar.h +++ b/src/include/sar.h @@ -57,6 +57,7 @@ struct dsm_profile { uint32_t uart_configurations; uint32_t enablement_11ax; uint32_t unii_4; + uint32_t enablement_11be; }; struct sar_header { -- cgit v1.2.3