aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 1fd8cb26b3ff..8cc4bc101409 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1404,7 +1404,7 @@ static inline int __ieee80211_resume(struct ieee80211_hw *hw)
1404extern void *mac80211_wiphy_privid; /* for wiphy privid */ 1404extern void *mac80211_wiphy_privid; /* for wiphy privid */
1405u8 *ieee80211_get_bssid(struct ieee80211_hdr *hdr, size_t len, 1405u8 *ieee80211_get_bssid(struct ieee80211_hdr *hdr, size_t len,
1406 enum nl80211_iftype type); 1406 enum nl80211_iftype type);
1407int ieee80211_frame_duration(struct ieee80211_local *local, size_t len, 1407int ieee80211_frame_duration(enum ieee80211_band band, size_t len,
1408 int rate, int erp, int short_preamble); 1408 int rate, int erp, int short_preamble);
1409void mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx, 1409void mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx,
1410 struct ieee80211_hdr *hdr, const u8 *tsc, 1410 struct ieee80211_hdr *hdr, const u8 *tsc,