Skip to content

Instantly share code, notes, and snippets.

@mca-gif
Last active February 13, 2023 16:50
Show Gist options
  • Save mca-gif/e8a476857cad06f5725abdedabb04d8a to your computer and use it in GitHub Desktop.
Save mca-gif/e8a476857cad06f5725abdedabb04d8a to your computer and use it in GitHub Desktop.
Disable WiFi 6 on Intel Cards (Kernel <= 5.15)
# This is necessary on kernels <= 5.15 to improve stability of Intel WiFi chipsets with 802.1ax. It disables WiFi 6 support in favor of a usable connection.
# Put the following line in /etc/modprobe.d/iwlwifi.conf
options iwlwifi disable_11ax=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment