Return-path: Received: from smtp.nokia.com ([192.100.122.230]:32849 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753368Ab0ALIn1 (ORCPT ); Tue, 12 Jan 2010 03:43:27 -0500 Subject: [PATCH PATCH v6 5/7] ieee80211: add struct ieee80211_hdr_qos To: linville@tuxdriver.com From: Kalle Valo Cc: linux-wireless@vger.kernel.org, johannes@sipsolutions.net, a.young.jason@gmail.com Date: Tue, 12 Jan 2010 10:43:00 +0200 Message-ID: <20100112084300.27492.72358.stgit@tikku> In-Reply-To: <20100112084059.27492.86738.stgit@tikku> References: <20100112084059.27492.86738.stgit@tikku> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Kalle Valo The header can be used to create qos nullfunc frames, for example. Signed-off-by: Kalle Valo --- include/linux/ieee80211.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index b2b41f8..a602704 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -148,6 +148,16 @@ struct ieee80211_hdr { u8 addr4[6]; } __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