diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-15 21:44:13 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 16:29:54 -0400 |
commit | e7827a7031a931c74c48e4a53f73ed862f0c8da0 (patch) | |
tree | 501131e8cb703585978432000b6f1fdb7d0d1658 /net/mac80211/ieee80211_i.h | |
parent | 6b644e524bbd4089a28e0711de4f1cf2daa5db50 (diff) |
mac80211: remove IEEE80211_FC helper
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 ec59345af65b..a2870bc245d9 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -38,8 +38,6 @@ | |||
38 | 38 | ||
39 | #define WLAN_FC_DATA_PRESENT(fc) (((fc) & 0x4c) == 0x08) | 39 | #define WLAN_FC_DATA_PRESENT(fc) (((fc) & 0x4c) == 0x08) |
40 | 40 | ||
41 | #define IEEE80211_FC(type, subtype) cpu_to_le16(type | subtype) | ||
42 | |||
43 | struct ieee80211_local; | 41 | struct ieee80211_local; |
44 | 42 | ||
45 | /* Maximum number of broadcast/multicast frames to buffer when some of the | 43 | /* Maximum number of broadcast/multicast frames to buffer when some of the |