Linux Kernel
3.7.1
|
#include <rc80211_minstrel.h>
Data Fields | |
struct ieee80211_hw * | hw |
bool | has_mrr |
unsigned int | cw_min |
unsigned int | cw_max |
unsigned int | max_retry |
unsigned int | ewma_level |
unsigned int | segment_size |
unsigned int | update_interval |
unsigned int | lookaround_rate |
unsigned int | lookaround_rate_mrr |
Definition at line 70 of file rc80211_minstrel.h.
unsigned int cw_max |
Definition at line 74 of file rc80211_minstrel.h.
unsigned int cw_min |
Definition at line 73 of file rc80211_minstrel.h.
unsigned int ewma_level |
Definition at line 76 of file rc80211_minstrel.h.
bool has_mrr |
Definition at line 72 of file rc80211_minstrel.h.
Definition at line 71 of file rc80211_minstrel.h.
unsigned int lookaround_rate |
Definition at line 79 of file rc80211_minstrel.h.
unsigned int lookaround_rate_mrr |
Definition at line 80 of file rc80211_minstrel.h.
unsigned int max_retry |
Definition at line 75 of file rc80211_minstrel.h.
unsigned int segment_size |
Definition at line 77 of file rc80211_minstrel.h.
unsigned int update_interval |
Definition at line 78 of file rc80211_minstrel.h.