mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
11 lines
137 B
Bash
Executable File
11 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rmmod mac80211_hwsim
|
|
rmmod ath9k_htc
|
|
rmmod ath9k_common
|
|
rmmod ath9k_hw
|
|
rmmod ath
|
|
rmmod mac80211
|
|
rmmod cfg80211
|
|
rmmod compat
|