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

(-)a/src/devices/wifi/wifi-remote-station-manager.h (-3 / +3 lines)
 Lines 435-441    Link Here 
435
435
436
};
436
};
437
437
438
struct WifiRemoteStationState
438
class WifiRemoteStationState
439
{
439
{
440
  typedef std::vector<WifiMode> SupportedModes;
440
  typedef std::vector<WifiMode> SupportedModes;
441
  enum 
441
  enum 
 Lines 458-466    Link Here 
458
 * network and to perform the selection of tx parameters
458
 * network and to perform the selection of tx parameters
459
 * on a per-packet basis.
459
 * on a per-packet basis.
460
 */
460
 */
461
struct WifiRemoteStation
461
class WifiRemoteStation
462
{
462
{
463
  struct WifiRemoteStationState *m_state;
463
  class WifiRemoteStationState *m_state;
464
  uint32_t m_ssrc;
464
  uint32_t m_ssrc;
465
  uint32_t m_slrc;
465
  uint32_t m_slrc;
466
  uint8_t m_tid;
466
  uint8_t m_tid;

Return to bug 922