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. | |
Definition at line 132 of file rc80211.c.
| 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().
1.5.7.1