From 108321b5dfc598c0dd939c1e26a912b466079df1 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Sun, 6 Mar 2011 11:16:07 +0000 Subject: [PATCH] modules/admin-full: Orinoco and HostAP drivers are 802.11b only --- modules/admin-full/luasrc/view/admin_network/wifi_overview.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm index 4682e89b3..14a3a22ab 100644 --- a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm @@ -79,11 +79,11 @@ $Id$ -- hermes elseif name == "eth" then - return "Prism 802.11%s Wireless Controller" % bands + return "Prism 802.11b Wireless Controller" -- hostap elseif name == "wlan" and fs.isdirectory("/proc/net/hostap/" .. ifname) then - return "Prism2/2.5/3 802.11%s Wireless Controller" % bands + return "Prism2/2.5/3 802.11b Wireless Controller" -- dunno yet else -- 2.11.0