From 4b935080410560ea6ef32d117b3a66315f0e59c0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 8 Sep 2008 06:30:15 +0000 Subject: [PATCH] modprobe the two atheros modules separately --- reload_atheros | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5