summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-09-28 03:33:29 +0000
committerChris Buechler <cmb@pfsense.org>2008-09-28 03:33:29 +0000
commit77045939e7ada2d6d65cee80b60a1195c4f46747 (patch)
tree272442ed41b959b10e4f7d0c1a517b6277b5ec29 /etc
parent5252b98da2a9579d7c7794da685e653b5772ccd3 (diff)
downloadpfsense-77045939e7ada2d6d65cee80b60a1195c4f46747.zip
pfsense-77045939e7ada2d6d65cee80b60a1195c4f46747.tar.gz
run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. Works with ath(4) also.
Ticket #1813
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index a3b1cf0..60940ff 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1060,7 +1060,6 @@ EOD;
$settings = <<<EOD
{$ifconfig} {$if} down
-{$ifconfig} {$if} {$hostapmode}
{$ifconfig} {$if} {$standard_no_turbo}
{$ifconfig} {$if} {$channel}
{$ifconfig} {$if} {$turbo}
@@ -1073,6 +1072,7 @@ EOD;
{$ifconfig} {$if} {$wme}
{$ifconfig} {$if} {$wepset}
{$ifconfig} {$if} {$txpower}
+{$ifconfig} {$if} {$hostapmode}
{$ifconfig} {$if} up
EOD;
OpenPOWER on IntegriCloud