Add badges to infrastructure access points in mesh view

This commit is contained in:
Dan Williams
2007-08-30 02:40:26 -04:00
parent 96df28dcaf
commit 17c48f2d25
4 changed files with 29 additions and 7 deletions
-1
View File
@@ -63,7 +63,6 @@ class Device(device.Device):
nm_state = self._nm_device.get_state()
return device._nm_state_to_state[nm_state]
elif pspec.name == 'frequency':
print "freq: %s" % self._nm_device.get_frequency()
return self._nm_device.get_frequency()
def get_type(self):