--- a/src/devices/wifi/wifi-mode.cc Wed Oct 17 13:38:44 2007 +0200
+++ b/src/devices/wifi/wifi-mode.cc Wed Oct 17 13:39:05 2007 +0200
@@ -92,6 +92,7 @@
WifiModeFactory *factory = GetFactory ();
uint32_t uid = factory->AllocateUid (uniqueName);
WifiModeItem *item = factory->Get (uid);
+ item->uniqueUid = uniqueName;
item->bandwidth = bandwidth;
item->dataRate = dataRate;
item->phyRate = phyRate;
@@ -111,6 +112,7 @@
WifiModeFactory *factory = GetFactory ();
uint32_t uid = factory->AllocateUid (uniqueName);
WifiModeItem *item = factory->Get (uid);
+ item->uniqueUid = uniqueName;
item->bandwidth = bandwidth;
item->dataRate = dataRate;
item->phyRate = phyRate;