diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-04-03 09:17:31 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 16:44:41 -0400 |
commit | 9cfb0009dab6d6b4c5a15c5d74ab60d7a7a7371b (patch) | |
tree | 0544828786110650436458aa990fa31df56d2a72 /net/mac80211/mesh_plink.c | |
parent | 49ec6fa22028054f292c9c290415b88281f7b783 (diff) |
mac80211: clean up IEEE80211_FC use
Really doesn't need to be defined four times.
Also, while at it, remove a useless macro (IEEE80211_ALIGN32_PAD)
and a function prototype for a function we don't actually have
(ieee80211_set_compression.)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r-- | net/mac80211/mesh_plink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 56c54e321b38..67271baa5b61 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #define mpl_dbg(fmt, args...) do { (void)(0); } while (0) | 18 | #define mpl_dbg(fmt, args...) do { (void)(0); } while (0) |
19 | #endif | 19 | #endif |
20 | 20 | ||
21 | #define IEEE80211_FC(type, stype) cpu_to_le16(type | stype) | ||
22 | #define PLINK_GET_FRAME_SUBTYPE(p) (p) | 21 | #define PLINK_GET_FRAME_SUBTYPE(p) (p) |
23 | #define PLINK_GET_LLID(p) (p + 1) | 22 | #define PLINK_GET_LLID(p) (p + 1) |
24 | #define PLINK_GET_PLID(p) (p + 3) | 23 | #define PLINK_GET_PLID(p) (p + 3) |