Skip to content

Instantly share code, notes, and snippets.

@al3xtjames
Last active July 1, 2024 00:31
Show Gist options
  • Save al3xtjames/9fb54405093aaf2aff39c58f0eb3a96a to your computer and use it in GitHub Desktop.
Save al3xtjames/9fb54405093aaf2aff39c58f0eb3a96a to your computer and use it in GitHub Desktop.
Enable WiFi 6E 6 GHz bands on Dell XPS 15 9530 (2023)
DefinitionBlock ("", "SSDT", 2, "Nana", "Daiba", 0x99)
{
External (UHBS, IntObj)
External (_SB.PC00.CNVW, DeviceObj)
Method (_SB.PC00.CNVW._INI)
{
// Enable 802.11ax 6 GHz bands in all regions
UHBS = 0xFFFFFFFF
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment