From b67d192d1bb6017fc460ad4a005d0e49f8227ed2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 16 Nov 2005 02:38:06 +0000 Subject: [PATCH] MFC 7667 Fix wpa_supplicant startup issue and fix macaddress filtering backend function (ticket 684). --- etc/inc/interfaces.inc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index ca2acacd21..5432e22721 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -557,7 +557,7 @@ function interfaces_wireless_configure($if, $wlcfg) { /* generate wpa_supplicant/hostap config if wpa is enabled */ switch ($wlcfg['mode']) { - case 'BSS': + case 'bss': if (isset($wlcfg['wpa']['enable'])) { $wpa .= <<