rc80211_ctx Struct Reference

A rate control context. More...


Data Fields

u32 goodness [2][NET80211_MAX_RATES]
 Goodness state for each rate, TX and RX.
u8 count [2][NET80211_MAX_RATES]
 Number of packets recorded for each rate.
int started
 Indication of whether we've set the device rate yet.
int packets
 Counter of all packets sent and received.


Detailed Description

A rate control context.

Definition at line 132 of file rc80211.c.


Field Documentation

u32 rc80211_ctx::goodness[2][NET80211_MAX_RATES]

Goodness state for each rate, TX and RX.

Definition at line 135 of file rc80211.c.

Referenced by rc80211_calc_net_goodness(), rc80211_update(), and rc80211_update_tx().

u8 rc80211_ctx::count[2][NET80211_MAX_RATES]

Number of packets recorded for each rate.

Definition at line 138 of file rc80211.c.

Referenced by rc80211_calc_net_goodness(), and rc80211_update().

Indication of whether we've set the device rate yet.

Definition at line 141 of file rc80211.c.

Referenced by rc80211_maybe_set_new(), rc80211_pick_best(), and rc80211_update_tx().

Counter of all packets sent and received.

Definition at line 144 of file rc80211.c.

Referenced by rc80211_update().


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

Generated on Tue Apr 6 20:02:08 2010 for gPXE by  doxygen 1.5.7.1