From: andy@warmcat.com
To: linux-wireless@vger.kernel.org
Cc: Andy Green <andy@warmcat.com>
Subject: [PATCH Try#11 2/4] mac80211: Define present bitmap extend bit mask
Date: Tue, 12 Jun 2007 14:04:37 +0100 [thread overview]
Message-ID: <20070612130502.052183994@warmcat.com> (raw)
In-Reply-To: 20070612130435.896010304@warmcat.com
Used to detect if the field presence mask is extended
Signed-off-by: Andy Green <andy@warmcat.com>
---
include/net/ieee80211_radiotap.h | 2 ++
1 file changed, 2 insertions(+)
Index: wireless-dev/include/net/ieee80211_radiotap.h
===================================================================
--- wireless-dev.orig/include/net/ieee80211_radiotap.h
+++ wireless-dev/include/net/ieee80211_radiotap.h
@@ -90,6 +90,8 @@ struct ieee80211_radiotap_header {
*/
};
+#define IEEE80211_RADIOTAP_PRESENT_EXTEND_MASK 0x80000000
+
/* Name Data type Units
* ---- --------- -----
*
--
next prev parent reply other threads:[~2007-06-12 13:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-12 13:04 [PATCH Try#11 0/4] Radiotap injection for Monitor Mode andy
2007-06-12 13:04 ` [PATCH Try#11 1/4] mac80211: Monitor mode radiotap injection docs andy
2007-06-12 13:04 ` andy [this message]
2007-06-13 5:15 ` [PATCH Try#11 2/4] mac80211: Define present bitmap extend bit mask Michael Wu
2007-06-12 13:04 ` [PATCH Try#11 3/4] cfg80211: Radiotap parser andy
2007-06-13 5:42 ` Michael Wu
2007-06-13 15:46 ` Johannes Berg
2007-06-13 16:07 ` Andy Green
2007-06-13 16:13 ` Johannes Berg
2007-06-12 13:04 ` [PATCH Try#11 4/4] mac80211: Monitor mode radiotap-based packet injection andy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070612130502.052183994@warmcat.com \
--to=andy@warmcat.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).