diff -r b0e7ab2e00d7 -r 84cbcc1a3f16 src/devices/wifi/wifi-remote-station-manager.cc --- 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; }