Change default iface of wireless module to wlan0
This commit is contained in:
parent
e0d65e2fc4
commit
1acfe0052e
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user