Parcourir la source

disable-hwcrypto.sh: remove repeated rt2800usb entry

Mathy Vanhoef il y a 3 ans
Parent
commit
f8db52f37c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      krackattack/disable-hwcrypto.sh

+ 1 - 1
krackattack/disable-hwcrypto.sh

@@ -7,7 +7,7 @@
 
 set -e
 
-NOHWCRYPT="ath5k ath9k ath9k_htc rt2800usb carl9170 b43 p54common rt2500usb rt2800pci rt2800usb rt73usb"
+NOHWCRYPT="ath5k ath9k ath9k_htc rt2800usb carl9170 b43 p54common rt2500usb rt2800pci rt73usb"
 SWCRYPTO="iwlwifi iwl3945 iwl4965"
 HWCRYPTO="ipw2200"