diff options
Diffstat (limited to 'net/mac80211/rc80211_minstrel.h')
-rw-r--r-- | net/mac80211/rc80211_minstrel.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/mac80211/rc80211_minstrel.h b/net/mac80211/rc80211_minstrel.h index 0f5a83370aa6..5d278eccaef0 100644 --- a/net/mac80211/rc80211_minstrel.h +++ b/net/mac80211/rc80211_minstrel.h | |||
@@ -78,6 +78,18 @@ struct minstrel_priv { | |||
78 | unsigned int update_interval; | 78 | unsigned int update_interval; |
79 | unsigned int lookaround_rate; | 79 | unsigned int lookaround_rate; |
80 | unsigned int lookaround_rate_mrr; | 80 | unsigned int lookaround_rate_mrr; |
81 | |||
82 | #ifdef CONFIG_MAC80211_DEBUGFS | ||
83 | /* | ||
84 | * enable fixed rate processing per RC | ||
85 | * - write static index to debugfs:ieee80211/phyX/rc/fixed_rate_idx | ||
86 | * - write -1 to enable RC processing again | ||
87 | * - setting will be applied on next update | ||
88 | */ | ||
89 | u32 fixed_rate_idx; | ||
90 | struct dentry *dbg_fixed_rate; | ||
91 | #endif | ||
92 | |||
81 | }; | 93 | }; |
82 | 94 | ||
83 | struct minstrel_debugfs_info { | 95 | struct minstrel_debugfs_info { |