Linux Kernel
3.7.1
|
#include <rc80211_minstrel_ht.h>
Data Fields | |
unsigned int | attempts |
unsigned int | last_attempts |
unsigned int | success |
unsigned int | last_success |
u64 | att_hist |
u64 | succ_hist |
unsigned int | cur_tp |
unsigned int | cur_prob |
unsigned int | probability |
unsigned int | retry_count |
unsigned int | retry_count_rtscts |
bool | retry_updated |
u8 | sample_skipped |
Definition at line 34 of file rc80211_minstrel_ht.h.
u64 att_hist |
Definition at line 40 of file rc80211_minstrel_ht.h.
unsigned int attempts |
Definition at line 36 of file rc80211_minstrel_ht.h.
unsigned int cur_prob |
Definition at line 46 of file rc80211_minstrel_ht.h.
unsigned int cur_tp |
Definition at line 43 of file rc80211_minstrel_ht.h.
unsigned int last_attempts |
Definition at line 36 of file rc80211_minstrel_ht.h.
unsigned int last_success |
Definition at line 37 of file rc80211_minstrel_ht.h.
unsigned int probability |
Definition at line 46 of file rc80211_minstrel_ht.h.
unsigned int retry_count |
Definition at line 49 of file rc80211_minstrel_ht.h.
unsigned int retry_count_rtscts |
Definition at line 50 of file rc80211_minstrel_ht.h.
bool retry_updated |
Definition at line 52 of file rc80211_minstrel_ht.h.
u8 sample_skipped |
Definition at line 53 of file rc80211_minstrel_ht.h.
u64 succ_hist |
Definition at line 40 of file rc80211_minstrel_ht.h.
unsigned int success |
Definition at line 37 of file rc80211_minstrel_ht.h.