mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-07 12:44:03 -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
|