From: Don Armstrong Date: Mon, 8 Sep 2008 06:30:15 +0000 (+0000) Subject: modprobe the two atheros modules separately X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4b935080410560ea6ef32d117b3a66315f0e59c0;p=bin.git modprobe the two atheros modules separately --- diff --git a/reload_atheros b/reload_atheros index 8813ef6..5d2a090 100755 --- a/reload_atheros +++ b/reload_atheros @@ -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