Skip to content

Instantly share code, notes, and snippets.

@kostyll
Created January 19, 2017 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kostyll/daec182237793dc0cee6e630f201a3e9 to your computer and use it in GitHub Desktop.
Save kostyll/daec182237793dc0cee6e630f201a3e9 to your computer and use it in GitHub Desktop.
wifi-connection-timeout
echo "options iwlwifi 11n_disable=1 wd_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
sudo modprobe -rv iwlwifi
sudo modprobe -v iwlwifi 11n_disable=8
echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment