View | Details | Raw Unified | Return to bug 924
Collapse All | Expand All

(-)a/src/devices/wifi/aarfcd-wifi-manager.h (-1 / +1 lines)
 Lines 24-30    Link Here 
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
(-)a/src/devices/wifi/amrr-wifi-manager.h (-1 / +1 lines)
 Lines 25-31    Link Here 
25
25
26
namespace ns3 {
26
namespace ns3 {
27
27
28
class AmrrWifiRemoteStation;
28
struct AmrrWifiRemoteStation;
29
29
30
/**
30
/**
31
 * \brief AMRR Rate control algorithm
31
 * \brief AMRR Rate control algorithm
(-)a/src/devices/wifi/minstrel-wifi-manager.h (-1 / +1 lines)
 Lines 39-45    Link Here 
39
39
40
namespace ns3 {
40
namespace ns3 {
41
41
42
class MinstrelWifiRemoteStation;
42
struct MinstrelWifiRemoteStation;
43
43
44
44
45
class MinstrelWifiManager : public WifiRemoteStationManager
45
class MinstrelWifiManager : public WifiRemoteStationManager
(-)a/src/devices/wifi/onoe-wifi-manager.h (-1 / +1 lines)
 Lines 25-31    Link Here 
25
25
26
namespace ns3 {
26
namespace ns3 {
27
27
28
class OnoeWifiRemoteStation;
28
struct OnoeWifiRemoteStation;
29
29
30
/**
30
/**
31
 * \brief an implementation of rate control algorithm developed 
31
 * \brief an implementation of rate control algorithm developed 
(-)a/src/devices/wifi/rraa-wifi-manager.h (-1 / +1 lines)
 Lines 25-31    Link Here 
25
25
26
namespace ns3 {
26
namespace ns3 {
27
27
28
class RraaWifiRemoteStation;
28
struct RraaWifiRemoteStation;
29
29
30
/**
30
/**
31
 * \brief Robust Rate Adaptation Algorithm
31
 * \brief Robust Rate Adaptation Algorithm

Return to bug 924