diff options
Diffstat (limited to 'etc/hostapd.conf')
-rw-r--r-- | etc/hostapd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/hostapd.conf b/etc/hostapd.conf index 771e6ea01b1..2e0d8c895c7 100644 --- a/etc/hostapd.conf +++ b/etc/hostapd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hostapd.conf,v 1.10 2006/12/31 03:29:19 reyk Exp $ +# $OpenBSD: hostapd.conf,v 1.11 2007/02/27 20:53:45 david Exp $ # sample hostapd configuration file # see hostapd.conf(5) @@ -37,7 +37,7 @@ set hostap interface $wlan # Use default radiotap mode. set hostap mode radiotap -# Uncomment these options to jump to the next channel every 2 seconds. +# Uncomment these options to jump to the next channel every 2 seconds. #set hostap hopper interface $wlan #set hostap hopper delay 2000 |