src/wifi/model/amrr-wifi-manager.cc
changeset 9894 ac4e52a91d5d
parent 9705 43fa2408aa05
child 10139 17a71cd49da3
equal deleted inserted replaced
9893:18f2d30eddbe 9894:ac4e52a91d5d
   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