src/wifi/model/aarfcd-wifi-manager.h
changeset 7139 79dd02ed46ec
parent 6852 8f1a53d3f6ca
child 7141 072fb225b714
equal deleted inserted replaced
7138:90f585e0fcea 7139:79dd02ed46ec
    26 
    26 
    27 struct 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  * \ingroup wifi
    31  *
    32  *
    32  * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm".
    33  * This algorithm was first described in "Efficient Collision Detection for Auto Rate Fallback Algorithm".
    33  * The implementation available here was done by Federico Maguolo for a very early development
    34  * The implementation available here was done by Federico Maguolo for a very early development
    34  * version of ns-3. Federico died before merging this work in ns-3 itself so his code was ported
    35  * version of ns-3. Federico died before merging this work in ns-3 itself so his code was ported
    35  * to ns-3 later without his supervision.
    36  * to ns-3 later without his supervision.