Skip to content

Commit

Permalink
mac80211: remove WLAN_FC_DATA_PRESENT
Browse files Browse the repository at this point in the history
All users are gone now.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Harvey Harrison authored and John W. Linville committed Aug 22, 2008
1 parent a4b7d7b commit 4eb2ae9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/mac80211/ieee80211_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb2ae9

Please sign in to comment.