mac80211: add the minstrel_ht rate control algorithm
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

orang tua
b4df47081b
melakukan
ec8aa669b8
@@ -147,5 +147,18 @@ static inline void rc80211_minstrel_exit(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MAC80211_RC_MINSTREL_HT
|
||||
extern int rc80211_minstrel_ht_init(void);
|
||||
extern void rc80211_minstrel_ht_exit(void);
|
||||
#else
|
||||
static inline int rc80211_minstrel_ht_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
static inline void rc80211_minstrel_ht_exit(void)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* IEEE80211_RATE_H */
|
||||
|
Reference in New Issue
Block a user