Comment 8 for bug 939218

Revision history for this message
Joseph Salisbury (jsalisbury) wrote : Re: Intel Centrino Wireless N-1000 WiFi slow and disconnects sometimes (iwlwifi)

Yes, you are correct. For you module you can run:

sudo rmmod iwlagn
sudo modprobe iwlwifi 11n_disable=1

Then to make the change permanent:
echo "options iwlwifi 11n_disable=1" | sudo tee -a /etc/modprobe.d/iwlwifi-disable11n.conf