diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 792c09ca08e3..b10e70715db0 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -987,6 +987,7 @@ int ieee80211_frame_duration(struct ieee80211_local *local, size_t len, | |||
987 | int rate, int erp, int short_preamble); | 987 | int rate, int erp, int short_preamble); |
988 | void mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx, | 988 | void mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx, |
989 | struct ieee80211_hdr *hdr); | 989 | struct ieee80211_hdr *hdr); |
990 | void ieee80211_set_wmm_default(struct ieee80211_sub_if_data *sdata); | ||
990 | 991 | ||
991 | #ifdef CONFIG_MAC80211_NOINLINE | 992 | #ifdef CONFIG_MAC80211_NOINLINE |
992 | #define debug_noinline noinline | 993 | #define debug_noinline noinline |