Change default iface of wireless module to wlan0

This commit is contained in:
enkore 2013-03-22 14:16:47 +01:00
parent e0d65e2fc4
commit 1acfe0052e

View File

@ -16,6 +16,8 @@ class Wireless(Network):
* {quality} Link quality in percent * {quality} Link quality in percent
""" """
interface = "wlan0"
def collect(self): def collect(self):
color, format, fdict, up = super().collect() color, format, fdict, up = super().collect()