src/devices/wifi/aarfcd-wifi-manager.h
changeset 6340 fe24c9edacb6
parent 6339 84cbcc1a3f16
equal deleted inserted replaced
6339:84cbcc1a3f16 6340:fe24c9edacb6
    22 
    22 
    23 #include "wifi-remote-station-manager.h"
    23 #include "wifi-remote-station-manager.h"
    24 
    24 
    25 namespace ns3 {
    25 namespace ns3 {
    26 
    26 
    27 class AarfcdWifiRemoteStation;
    27 struct AarfcdWifiRemoteStation;
    28 
    28 
    29 /**
    29 /**
    30  * \brief an implementation of the AARF-CD algorithm
    30  * \brief an implementation of the AARF-CD algorithm
    31  *
    31  *
    32  * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm".
    32  * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm".