X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6be112ae10b8eb851ddac2f49412af766d611b25..256eda99abcf5486ed8433180a75da1e6afb86ac:/lib/python/Components/Network.py diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 31a90282..f65d6090 100755 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -46,7 +46,7 @@ class Network: for line in result: try: device = devicesPattern.search(line).group() - if device == 'wifi0': + if device in ('wifi0', 'wmaster0'): continue self.getDataForInterface(device, callback) except AttributeError: