Merge pull request #1748 from hnyman/wifidata
luci-base: show wifi chip identification on overview
This commit is contained in:
commit
521554f4a7
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ function wifidev.hwmodes(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
function wifidev.get_i18n(self)
|
function wifidev.get_i18n(self)
|
||||||
local t = "Generic"
|
local t = self.iwinfo.hardware_name or "Generic"
|
||||||
if self.iwinfo.type == "wl" then
|
if self.iwinfo.type == "wl" then
|
||||||
t = "Broadcom"
|
t = "Broadcom"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue