10 lines
122 B
Bash
10 lines
122 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rmmod ath10k_pci
|
||
|
rmmod ath10k_core
|
||
|
|
||
|
modprobe ath10k_core
|
||
|
modprobe ath10k_pci
|
||
|
|
||
|
systemctl start NetworkManager
|