Go to the source code of this file.
Classes | |
struct | mcs_group |
struct | minstrel_ht_sta |
struct | minstrel_ht_sta_priv |
struct | minstrel_mcs_group_data |
struct | minstrel_rate_stats |
Defines | |
#define | MCS_GROUP_RATES 8 |
#define | MINSTREL_FRAC(val, div) (((val) << MINSTREL_SCALE) / div) |
#define | MINSTREL_MAX_STREAMS 3 |
#define | MINSTREL_SCALE 16 |
#define | MINSTREL_STREAM_GROUPS 4 |
#define | MINSTREL_TRUNC(val) ((val) >> MINSTREL_SCALE) |
Functions | |
void | minstrel_ht_add_sta_debugfs (void *priv, void *priv_sta, struct dentry *dir) |
void | minstrel_ht_remove_sta_debugfs (void *priv, void *priv_sta) |
Variables | |
struct mcs_group | minstrel_mcs_groups [] |
#define MCS_GROUP_RATES 8 |
Definition at line 24 of file kernel-3.5/rc80211_minstrel_ht.h.
#define MINSTREL_FRAC | ( | val, | |
div | |||
) | (((val) << MINSTREL_SCALE) / div) |
Definition at line 21 of file kernel-3.5/rc80211_minstrel_ht.h.
#define MINSTREL_MAX_STREAMS 3 |
Definition at line 16 of file kernel-3.5/rc80211_minstrel_ht.h.
#define MINSTREL_SCALE 16 |
Definition at line 20 of file kernel-3.5/rc80211_minstrel_ht.h.
#define MINSTREL_STREAM_GROUPS 4 |
Definition at line 17 of file kernel-3.5/rc80211_minstrel_ht.h.
#define MINSTREL_TRUNC | ( | val | ) | ((val) >> MINSTREL_SCALE) |
Definition at line 22 of file kernel-3.5/rc80211_minstrel_ht.h.
void minstrel_ht_add_sta_debugfs | ( | void * | priv, |
void * | priv_sta, | ||
struct dentry * | dir | ||
) |
Definition at line 106 of file kernel-3.2/rc80211_minstrel_ht_debugfs.c.
void minstrel_ht_remove_sta_debugfs | ( | void * | priv, |
void * | priv_sta | ||
) |
Definition at line 115 of file kernel-3.2/rc80211_minstrel_ht_debugfs.c.
struct mcs_group minstrel_mcs_groups[] |
Definition at line 62 of file kernel-3.2/rc80211_minstrel_ht.c.