diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 23a191b03bbf..3d32df1fbc6d 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1615,9 +1615,6 @@ void ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst, | |||
1615 | u32 ratemask, bool directed, u32 tx_flags, | 1615 | u32 ratemask, bool directed, u32 tx_flags, |
1616 | struct ieee80211_channel *channel, bool scan); | 1616 | struct ieee80211_channel *channel, bool scan); |
1617 | 1617 | ||
1618 | void ieee80211_sta_def_wmm_params(struct ieee80211_sub_if_data *sdata, | ||
1619 | const size_t supp_rates_len, | ||
1620 | const u8 *supp_rates); | ||
1621 | u32 ieee80211_sta_get_rates(struct ieee80211_sub_if_data *sdata, | 1618 | u32 ieee80211_sta_get_rates(struct ieee80211_sub_if_data *sdata, |
1622 | struct ieee802_11_elems *elems, | 1619 | struct ieee802_11_elems *elems, |
1623 | enum ieee80211_band band, u32 *basic_rates); | 1620 | enum ieee80211_band band, u32 *basic_rates); |