From a343a472c51f3c1b298284b434a3f887d4080221 Mon Sep 17 00:00:00 2001 From: Moyster Date: Wed, 21 Sep 2016 13:59:42 +0200 Subject: [PATCH] update hostapd_default.conf --- configs/hostapd/hostapd_default.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/hostapd/hostapd_default.conf b/configs/hostapd/hostapd_default.conf index 212ba87..d14dda2 100644 --- a/configs/hostapd/hostapd_default.conf +++ b/configs/hostapd/hostapd_default.conf @@ -38,8 +38,8 @@ logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 -# Dump file for state information (on SIGUSR1) -dump_file=/tmp/hostapd.dump +# DEPRECATED: Dump file for state information (on SIGUSR1) +# dump_file=/tmp/hostapd.dump # Interface for separate control program. If this is specified, hostapd # will create this directory and a UNIX domain socket for listening to requests @@ -78,4 +78,4 @@ ieee80211n=1 # MAC addresses, one per line). Use absolute path name to make sure that the # files can be read on SIGHUP configuration reloads. accept_mac_file=/data/hostapd/hostapd.accept -deny_mac_file=/data/hostapd/hostapd.deny \ No newline at end of file +deny_mac_file=/data/hostapd/hostapd.deny