Merge pull request #1748 from hnyman/wifidata

luci-base: show wifi chip identification on overview
This commit is contained in:
Hannu Nyman 2018-05-18 12:51:24 +03:00 committed by GitHub
commit 521554f4a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1428,7 +1428,7 @@ function wifidev.hwmodes(self)
end
function wifidev.get_i18n(self)
local t = "Generic"
local t = self.iwinfo.hardware_name or "Generic"
if self.iwinfo.type == "wl" then
t = "Broadcom"
end