aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/WirelessLan
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2011-03-15 13:03:11 +0100
committeracid-burn <acid-burn@opendreambox.org>2011-03-15 13:03:11 +0100
commita8a4bf79a9686f655ff7cb49d08879ae63d432a6 (patch)
tree4036377b11e14af7b71303ad211fdb9390db5cb9 /lib/python/Plugins/SystemPlugins/WirelessLan
parent06a1a623534d89b1fd336dbf158dd2cee4425f13 (diff)
downloadenigma2-a8a4bf79a9686f655ff7cb49d08879ae63d432a6.tar.gz
enigma2-a8a4bf79a9686f655ff7cb49d08879ae63d432a6.zip
WirelessLan/Wlan.py: properly kill still running iwconfig console callbacks. fixes #720
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/WirelessLan')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py b/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py
index baefd435..4a6b07c7 100755
--- a/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py
+++ b/lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py
@@ -408,6 +408,7 @@ class Status:
def stopWlanConsole(self):
if self.WlanConsole is not None:
print "killing self.WlanConsole"
+ self.WlanConsole.killAll()
self.WlanConsole = None
def getDataForInterface(self, iface, callback = None):