From 7cc28be2015e4ebb56d585c9cee2949138e4d67e Mon Sep 17 00:00:00 2001 From: acid-burn Date: Wed, 22 Jul 2009 08:41:27 +0200 Subject: properly update statusbar after network restart also ignore wmaster0 interface --- lib/python/Components/Network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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: -- cgit v1.2.3