Searched refs:fixed_rate_idx (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h89 * - write static index to debugfs:ieee80211/phyX/rc/fixed_rate_idx
93 u32 fixed_rate_idx; member in struct:minstrel_priv
H A Drc80211_minstrel_ht.c1184 if (mp->fixed_rate_idx != -1) {
1186 mi->max_tp_rate[i] = mp->fixed_rate_idx;
1187 mi->max_prob_rate = mp->fixed_rate_idx;
1608 if (mp->fixed_rate_idx != -1)
1975 mp->fixed_rate_idx = (u32) -1;
1976 debugfs_create_u32("fixed_rate_idx", S_IRUGO | S_IWUGO, debugfsdir,
1977 &mp->fixed_rate_idx);

Completed in 112 milliseconds