drivers/wifi: Update Drive Strength BRI Rsp Table revision

According to document 559910 Intel Connectivity Platforms BIOS
Guideline revision 8.2 and 9.2 specifications, both revision 0 and 1
are supported and share the same structure.

BUG=b:346600091

Change-Id: Id0e05a9db48445b9254701d2a09c19bfbd477284
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85586
Reviewed-by: YH Lin <yueherngl@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Jeremy Compostella 2024-12-13 09:04:20 -08:00 committed by Jérémy Compostella
commit 7c0556244d
2 changed files with 2 additions and 2 deletions

View file

@ -985,7 +985,7 @@ static void sar_emit_dsbr(const struct dsbr_profile *dsbr, enum sar_domain domai
* }
} })
*/
if (dsbr->revision != DSBR_REVISION) {
if (dsbr->revision > DSBR_REVISION) {
printk(BIOS_ERR, "Unsupported DSBR table revision: %d\n",
dsbr->revision);
return;

View file

@ -21,7 +21,7 @@
#define BDMM_REVISION 1
#define EBRD_REVISION 1
#define WPFC_REVISION 0
#define DSBR_REVISION 0
#define DSBR_REVISION 1
#define REVISION_SIZE 1
#define SAR_REV0_CHAINS_COUNT 2
#define SAR_REV0_SUBBANDS_COUNT 5