iwlwifi.conf 347 B

1234567
  1. # /etc/modprobe.d/iwlwifi.conf
  2. # iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
  3. # microcode file installed on the system. When removing iwlwifi, first
  4. # remove the iwl?vm module and then iwlwifi.
  5. remove iwlwifi \
  6. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  7. && /sbin/modprobe -r mac80211