Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ath_rate_table Struct Reference

#include <rc.h>

Data Fields

int rate_cnt
 
int mcs_start
 
struct {
   u16   rate_flags
 
   u8   phy
 
   u32   ratekbps
 
   u32   user_ratekbps
 
   u8   ratecode
 
   u8   dot11rate
 
info [RATE_TABLE_SIZE]
 
u32 probe_interval
 
u8 initial_ratemax
 

Detailed Description

struct ath_rate_table - Rate Control table : total number of rates for the given wireless mode : MCS rate index offset : Rate Control flags : CCK/OFDM/HT20/HT40 : rate in Kbits per second : user rate in Kbits per second : rate that goes into HW descriptors

Definition at line 153 of file rc.h.

Field Documentation

u8 dot11rate

Definition at line 162 of file rc.h.

struct { ... } info[RATE_TABLE_SIZE]
u8 initial_ratemax

Definition at line 165 of file rc.h.

int mcs_start

Definition at line 155 of file rc.h.

Definition at line 158 of file rc.h.

u32 probe_interval

Definition at line 164 of file rc.h.

int rate_cnt

Definition at line 154 of file rc.h.

u16 rate_flags

Definition at line 157 of file rc.h.

u8 ratecode

Definition at line 161 of file rc.h.

u32 ratekbps

Definition at line 159 of file rc.h.

u32 user_ratekbps

Definition at line 160 of file rc.h.


The documentation for this struct was generated from the following file: