modules/admin-full: Orinoco and HostAP drivers are 802.11b only
This commit is contained in:
parent
098d4cb353
commit
108321b5df
1 changed files with 2 additions and 2 deletions
|
@ -79,11 +79,11 @@ $Id$
|
||||||
|
|
||||||
-- hermes
|
-- hermes
|
||||||
elseif name == "eth" then
|
elseif name == "eth" then
|
||||||
return "Prism 802.11%s Wireless Controller" % bands
|
return "Prism 802.11b Wireless Controller"
|
||||||
|
|
||||||
-- hostap
|
-- hostap
|
||||||
elseif name == "wlan" and fs.isdirectory("/proc/net/hostap/" .. ifname) then
|
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
|
-- dunno yet
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue