diff options
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r-- | net/mac80211/util.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 43465b6e4778..447e6651e7fa 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -898,12 +898,6 @@ u32 ieee802_11_parse_elems_crc(u8 *start, size_t len, | |||
898 | return crc; | 898 | return crc; |
899 | } | 899 | } |
900 | 900 | ||
901 | void ieee802_11_parse_elems(u8 *start, size_t len, | ||
902 | struct ieee802_11_elems *elems) | ||
903 | { | ||
904 | ieee802_11_parse_elems_crc(start, len, elems, 0, 0); | ||
905 | } | ||
906 | |||
907 | void ieee80211_set_wmm_default(struct ieee80211_sub_if_data *sdata, | 901 | void ieee80211_set_wmm_default(struct ieee80211_sub_if_data *sdata, |
908 | bool bss_notify) | 902 | bool bss_notify) |
909 | { | 903 | { |