diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-14 18:40:10 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-10-14 18:40:26 +0200 |
commit | 6f1f5d5f4dc39e579b3ac348277dd60ee9e44e08 (patch) | |
tree | 502a19b457c349172d33c715205856e42cef5ff2 /net/mac80211/ieee80211_i.h | |
parent | 3beea3513f6157500984dc6117fcf036b3380d7e (diff) | |
download | linux-6f1f5d5f4dc39e579b3ac348277dd60ee9e44e08.tar.bz2 |
mac80211: remove event.c
That file contains just a single function, which itself is just a
single statement to call a different function. Remove it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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 04b62435f37e..056d3721148c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1765,9 +1765,6 @@ extern const void *const mac80211_wiphy_privid; /* for wiphy privid */ int ieee80211_frame_duration(enum ieee80211_band band, size_t len, int rate, int erp, int short_preamble, int shift); -void mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx, - struct ieee80211_hdr *hdr, const u8 *tsc, - gfp_t gfp); void ieee80211_set_wmm_default(struct ieee80211_sub_if_data *sdata, bool bss_notify); void ieee80211_xmit(struct ieee80211_sub_if_data *sdata, |