From: Vasilis Tsiligiannis Date: Sun, 6 Mar 2011 11:16:07 +0000 (+0000) Subject: modules/admin-full: Orinoco and HostAP drivers are 802.11b only X-Git-Tag: 0.11.0~2223 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=108321b5dfc598c0dd939c1e26a912b466079df1 modules/admin-full: Orinoco and HostAP drivers are 802.11b only --- 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