modules/admin-full: Orinoco and HostAP drivers are 802.11b only
authorVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
Sun, 6 Mar 2011 11:16:07 +0000 (11:16 +0000)
committerVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
Sun, 6 Mar 2011 11:16:07 +0000 (11:16 +0000)
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