diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index a2c14f95b9a0..947f3c820e42 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1106,8 +1106,4 @@ static inline int ieee80211_get_morefrag(struct ieee80211_hdr *hdr) | |||
1106 | IEEE80211_FCTL_MOREFRAGS) != 0; | 1106 | IEEE80211_FCTL_MOREFRAGS) != 0; |
1107 | } | 1107 | } |
1108 | 1108 | ||
1109 | #define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x" | ||
1110 | #define MAC_ARG(x) ((u8*)(x))[0], ((u8*)(x))[1], ((u8*)(x))[2], \ | ||
1111 | ((u8*)(x))[3], ((u8*)(x))[4], ((u8*)(x))[5] | ||
1112 | |||
1113 | #endif /* MAC80211_H */ | 1109 | #endif /* MAC80211_H */ |