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

#include <rc.h>

Data Fields

u8 rate_table_size
 
u8 probe_rate
 
u8 hw_maxretry_pktcnt
 
u8 max_valid_rate
 
u8 valid_rate_index [RATE_TABLE_SIZE]
 
u8 ht_cap
 
u8 valid_phy_ratecnt [WLAN_RC_PHY_MAX]
 
u8 valid_phy_rateidx [WLAN_RC_PHY_MAX][RATE_TABLE_SIZE]
 
u8 rate_max_phy
 
u8 per [RATE_TABLE_SIZE]
 
u32 probe_time
 
u32 per_down_time
 
u32 probe_interval
 
struct ath_rateset neg_rates
 
struct ath_rateset neg_ht_rates
 
struct ath_rate_tablerate_table
 
struct dentrydebugfs_rcstats
 
struct ath_rc_stats rcstats [RATE_TABLE_SIZE]
 

Detailed Description

struct ath_rate_priv - Rate Control priv data : RC state : rate we are probing at : msec timestamp for last probe : num of packets since we got HW max retry error : maximum number of valid rate : msec timestamp for last PER down step : valid rate count : phy index for the max rate : PER for every valid rate in % : interval for ratectrl to probe for other rates : HT capabilities : Negotatied rates : Negotiated HT rates

Definition at line 196 of file rc.h.

Field Documentation

struct dentry* debugfs_rcstats

Definition at line 214 of file rc.h.

u8 ht_cap

Definition at line 202 of file rc.h.

u8 hw_maxretry_pktcnt

Definition at line 199 of file rc.h.

u8 max_valid_rate

Definition at line 200 of file rc.h.

struct ath_rateset neg_ht_rates

Definition at line 211 of file rc.h.

struct ath_rateset neg_rates

Definition at line 210 of file rc.h.

Definition at line 206 of file rc.h.

u32 per_down_time

Definition at line 208 of file rc.h.

u32 probe_interval

Definition at line 209 of file rc.h.

u8 probe_rate

Definition at line 198 of file rc.h.

u32 probe_time

Definition at line 207 of file rc.h.

u8 rate_max_phy

Definition at line 205 of file rc.h.

struct ath_rate_table* rate_table

Definition at line 212 of file rc.h.

u8 rate_table_size

Definition at line 197 of file rc.h.

Definition at line 215 of file rc.h.

u8 valid_phy_ratecnt[WLAN_RC_PHY_MAX]

Definition at line 203 of file rc.h.

u8 valid_phy_rateidx[WLAN_RC_PHY_MAX][RATE_TABLE_SIZE]

Definition at line 204 of file rc.h.

u8 valid_rate_index[RATE_TABLE_SIZE]

Definition at line 201 of file rc.h.


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