From e6fa49b9d080731cb67e06d7609eb3953d84d388 Mon Sep 17 00:00:00 2001 From: Kirill Andreev Date: Sat, 27 Feb 2010 12:26:36 +0300 Subject: [PATCH] Simple bug of WifiRemoteStationManager: station's tid is not initialized. --- src/devices/wifi/wifi-remote-station-manager.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wifi/wifi-remote-station-manager.cc b/src/devices/wifi/wifi-remote-station-manager.cc index e300937d6..f34c29784 100644 --- a/src/devices/wifi/wifi-remote-station-manager.cc +++ b/src/devices/wifi/wifi-remote-station-manager.cc @@ -630,6 +630,7 @@ WifiRemoteStationManager::Lookup (Mac48Address address, uint8_t tid) const WifiRemoteStation *station = DoCreateStation (); station->m_state = state; + station->m_tid = tid; station->m_ssrc = 0; station->m_slrc = 0; // XXX