diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-15 18:44:15 -0700 |
---|---|---|
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) | |
download | kernel-crypto-4eb2ae9a42b77de48ee9fecfaccc66c640313188.tar.gz kernel-crypto-4eb2ae9a42b77de48ee9fecfaccc66c640313188.tar.xz kernel-crypto-4eb2ae9a42b77de48ee9fecfaccc66c640313188.zip |
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 978c3a03ea5..3cad0172b45 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -36,8 +36,6 @@ #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ #endif /* ETH_P_PAE */ -#define WLAN_FC_DATA_PRESENT(fc) (((fc) & 0x4c) == 0x08) - struct ieee80211_local; /* Maximum number of broadcast/multicast frames to buffer when some of the |