Comment 17 for bug 652775

Revision history for this message
In , Stanislaw (stanislaw-redhat-bugs) wrote :

It can be configured in /etc/modprobe.d

echo "options iwlwifi swcrypto=1" >> /etc/modprobe.d/iwlwifi.conf

Until now, it will be used every time iwlwifi module is used, so make it take a effect, you need to restart module:

modprobe -r iwlwifi
modprobe iwlwifi