From 324cae81712b7b1b7b80333ad92e369cac28b6ce Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 8 Nov 2010 20:33:26 +0100 Subject: [PATCH] wlanap.cgi: changed txpower to textfield if driver is not madwifi. --- html/cgi-bin/wlanap.cgi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 03018952e..cd5bda3e8 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -371,14 +371,20 @@ foreach $channel (@channellist){ print < -Tx Power: "; + foreach $txpower (@txpower){ + print " dBm"; + } + print " "; +} else { + print "" } print < Passphrase:  HT Caps:  Loglevel (hostapd):  -- 2.39.2