diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-15 21:44:15 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 16:29:55 -0400 |
commit | 4eb2ae9a42b77de48ee9fecfaccc66c640313188 (patch) | |
tree | d47ce121cc6f6580d5caa5fc98bcee998439a91b /net/mac80211/ieee80211_i.h | |
parent | a4b7d7bda566acaa65fbf767f65a83b3a8dc74b9 (diff) |
mac80211: remove WLAN_FC_DATA_PRESENT
All users are gone now.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-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 |