diff options
Diffstat (limited to 'package/hostapd/files')
| -rw-r--r-- | package/hostapd/files/hostapd.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 0db5e0648..2210a46af 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -89,6 +89,9 @@ hostapd_setup_vif() {  		[ -n "$hwmode_11n" ] && {  			hwmode="$hwmode_11n"  			config_get ht_capab "$device" ht_capab +			[ -n "$ht_capab" -a -n "${ht_capab%%\[*}" ] && { +				ht_capab=`echo "[$ht_capab]" | sed -e 's, ,][,g'` +			}  		}  	}  	cat > /var/run/hostapd-$ifname.conf <<EOF  | 
