From 5efca874f9e127666289328b1f51d3d123f04805 Mon Sep 17 00:00:00 2001 From: Kalle Valo Date: Tue, 12 Jan 2010 10:43:00 +0200 Subject: [PATCH] --- yaml --- r: 183627 b: refs/heads/master c: 558a6669d7cb407fbb0b5aec184b5c3b9a893d30 h: refs/heads/master i: 183625: 9a4a957413eecd59397d443a69046d507ab3ff65 183623: e9da1711ad0b88fca6f7001f25f4d8ce05c6e46c v: v3 --- [refs] | 2 +- trunk/include/linux/ieee80211.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 46bf525158c4..cb16e42bdce6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c74211d19d83729c209ddcd4dc026c2aedeb29e +refs/heads/master: 558a6669d7cb407fbb0b5aec184b5c3b9a893d30 diff --git a/trunk/include/linux/ieee80211.h b/trunk/include/linux/ieee80211.h index a8c6069a0d9f..842701906ae9 100644 --- a/trunk/include/linux/ieee80211.h +++ b/trunk/include/linux/ieee80211.h @@ -157,6 +157,16 @@ struct ieee80211_hdr_3addr { __le16 seq_ctrl; } __attribute__ ((packed)); +struct ieee80211_qos_hdr { + __le16 frame_control; + __le16 duration_id; + u8 addr1[6]; + u8 addr2[6]; + u8 addr3[6]; + __le16 seq_ctrl; + __le16 qos_ctrl; +} __attribute__ ((packed)); + /** * ieee80211_has_tods - check if IEEE80211_FCTL_TODS is set * @fc: frame control bytes in little-endian byteorder