src/devices/wifi/wifi-remote-station-manager.cc
changeset 6339 84cbcc1a3f16
parent 6241 d9a65be745f0
child 6360 d8975477ff6a
--- a/src/devices/wifi/wifi-remote-station-manager.cc	Fri Jun 04 18:33:07 2010 -0400
+++ b/src/devices/wifi/wifi-remote-station-manager.cc	Mon Jun 07 16:12:16 2010 +0200
@@ -585,7 +585,7 @@
 WifiRemoteStationInfo 
 WifiRemoteStationManager::GetInfo (Mac48Address address)
 {
-  struct WifiRemoteStationState *state = LookupState (address);
+  WifiRemoteStationState *state = LookupState (address);
   return state->m_info;
 }