diff options
Diffstat (limited to 'libs/iwinfo')
-rw-r--r-- | libs/iwinfo/src/dummy.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/iwinfo/src/dummy.lua b/libs/iwinfo/src/dummy.lua index 75fb4baf2e..290d0773be 100644 --- a/libs/iwinfo/src/dummy.lua +++ b/libs/iwinfo/src/dummy.lua @@ -1,7 +1,8 @@ module "iwinfo" function type(x) - if x:match("^wlan%d") or x:match("^wl%d") or x:match("^ath%d") then + if x:match("^wlan%d") or x:match("^wl%d") or + x:match("^wifi%d") or x:match("^ath%d") then return "dummy" end end |