equal
deleted
inserted
replaced
319 AmrrWifiManager::DoGetRtsMode (WifiRemoteStation *st) |
319 AmrrWifiManager::DoGetRtsMode (WifiRemoteStation *st) |
320 { |
320 { |
321 NS_LOG_FUNCTION (this << st); |
321 NS_LOG_FUNCTION (this << st); |
322 AmrrWifiRemoteStation *station = (AmrrWifiRemoteStation *)st; |
322 AmrrWifiRemoteStation *station = (AmrrWifiRemoteStation *)st; |
323 UpdateMode (station); |
323 UpdateMode (station); |
324 // XXX: can we implement something smarter ? |
324 /// \todo can we implement something smarter ? |
325 return GetSupported (station, 0); |
325 return GetSupported (station, 0); |
326 } |
326 } |
327 |
327 |
328 |
328 |
329 bool |
329 bool |