]> git.donarmstrong.com Git - bin.git/commitdiff
modprobe the two atheros modules separately
authorDon Armstrong <don@donarmstrong.com>
Mon, 8 Sep 2008 06:30:15 +0000 (06:30 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 8 Sep 2008 06:30:15 +0000 (06:30 +0000)
reload_atheros

index 8813ef6f90df39560acd941dbcc711c164d840e2..5d2a09030e2e814eb10a69bfe36a45a5a9b60157 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
 sudo modprobe -r ath_pci ath_rate_sample ath_hal wlan_wep wlan_scan_sta wlan
-sudo modprobe ath_pci wlan_wep
+sudo modprobe ath_pci
+sudo modprobe wlan_wep