diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index df1004be7ba5..0c2676e2a1f8 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -4555,8 +4555,8 @@ int rate_control_set_rates(struct ieee80211_hw *hw, | |||
4555 | struct ieee80211_sta *pubsta, | 4555 | struct ieee80211_sta *pubsta, |
4556 | struct ieee80211_sta_rates *rates); | 4556 | struct ieee80211_sta_rates *rates); |
4557 | 4557 | ||
4558 | int ieee80211_rate_control_register(struct rate_control_ops *ops); | 4558 | int ieee80211_rate_control_register(const struct rate_control_ops *ops); |
4559 | void ieee80211_rate_control_unregister(struct rate_control_ops *ops); | 4559 | void ieee80211_rate_control_unregister(const struct rate_control_ops *ops); |
4560 | 4560 | ||
4561 | static inline bool | 4561 | static inline bool |
4562 | conf_is_ht20(struct ieee80211_conf *conf) | 4562 | conf_is_ht20(struct ieee80211_conf *conf) |