Simple bug of WifiRemoteStationManager: station's tid is not initialized.

This commit is contained in:
Kirill Andreev
2010-02-27 12:26:36 +03:00
parent e462044001
commit e6fa49b9d0

View File

@@ -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