diff options
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 978c3a03ea57..3cad0172b45e 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -36,8 +36,6 @@ | |||
36 | #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ | 36 | #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ |
37 | #endif /* ETH_P_PAE */ | 37 | #endif /* ETH_P_PAE */ |
38 | 38 | ||
39 | #define WLAN_FC_DATA_PRESENT(fc) (((fc) & 0x4c) == 0x08) | ||
40 | |||
41 | struct ieee80211_local; | 39 | struct ieee80211_local; |
42 | 40 | ||
43 | /* Maximum number of broadcast/multicast frames to buffer when some of the | 41 | /* Maximum number of broadcast/multicast frames to buffer when some of the |