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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue