From a4f11ca22e6f69d2feab4f239eb84d35f7cbe555 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 29 Oct 2008 17:26:49 +0000 Subject: use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078 --- package/hostapd/files/hostapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hostapd/files/hostapd.sh') diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 1159c3b156..707fd8c4b8 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -96,6 +96,6 @@ wpa=$wpa wpa_pairwise=$crypto $hostapd_cfg EOF - hostapd -B /var/run/hostapd-$ifname.conf + hostapd -P /var/run/wifi-$ifname.conf -B /var/run/hostapd-$ifname.conf } -- cgit v1.2.3