aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-07-10 13:32:08 -0400
committerJohn W. Linville <linville@tuxdriver.com>2007-07-12 16:07:24 -0400
commitb306f45300866adc01b84f7aa083bfcd9cbb89c4 (patch)
tree8e8a49b9687377ef7d42a383b66bd61f3b50519d /net/mac80211/ieee80211_i.h
parente4c967c6d88ca94365dd8e2a7bbd22eedb8d7ae7 (diff)
[PATCH] mac80211: show transmitted frames on monitor interfaces
This patch makes mac80211 show transmitted frames on monitor interfaces, including radiotap headers that indicate some transmission parameters. The shown parameters will need to be expanded, but this should work as a basis to work from. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Jiri Benc <jbenc@suse.cz> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index af4d14d0b969..5a91e179efa0 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -392,6 +392,7 @@ struct ieee80211_local {
392 int monitors; 392 int monitors;
393 struct iw_statistics wstats; 393 struct iw_statistics wstats;
394 u8 wstats_flags; 394 u8 wstats_flags;
395 int tx_headroom; /* required headroom for hardware/radiotap */
395 396
396 enum { 397 enum {
397 IEEE80211_DEV_UNINITIALIZED = 0, 398 IEEE80211_DEV_UNINITIALIZED = 0,