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