diff options
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index aeea282bd2f..602c0692c3f 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -130,6 +130,15 @@ struct ieee80211_hdr { | |||
130 | u8 addr4[6]; | 130 | u8 addr4[6]; |
131 | } __attribute__ ((packed)); | 131 | } __attribute__ ((packed)); |
132 | 132 | ||
133 | struct ieee80211_hdr_3addr { | ||
134 | __le16 frame_control; | ||
135 | __le16 duration_id; | ||
136 | u8 addr1[6]; | ||
137 | u8 addr2[6]; | ||
138 | u8 addr3[6]; | ||
139 | __le16 seq_ctrl; | ||
140 | } __attribute__ ((packed)); | ||
141 | |||
133 | /** | 142 | /** |
134 | * ieee80211_has_tods - check if IEEE80211_FCTL_TODS is set | 143 | * ieee80211_has_tods - check if IEEE80211_FCTL_TODS is set |
135 | * @fc: frame control bytes in little-endian byteorder | 144 | * @fc: frame control bytes in little-endian byteorder |