modules/admin-full: Orinoco and HostAP drivers are 802.11b only
[project/luci.git] / modules / admin-full / luasrc / view / admin_network / wifi_overview.htm
index 4682e89..14a3a22 100644 (file)
@@ -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