diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-05 01:28:35 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-05 01:28:35 -0700 |
commit | 33e334950abda8e42c3b6e6f280fad0d4ab92141 (patch) | |
tree | 7d52e5d4772f578c499200f38cfc54b79e3357fb /include/linux | |
parent | ad619800e4e034cad44299b2a22df9eebb043ac3 (diff) | |
parent | 3e2236c108792c3afbbfbe3f373ee7fdd68eda8e (diff) | |
download | linux-33e334950abda8e42c3b6e6f280fad0d4ab92141.tar.gz linux-33e334950abda8e42c3b6e6f280fad0d4ab92141.tar.xz |
Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ieee80211.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index a1630ba0b87c..7f4df7c7659d 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -506,6 +506,19 @@ struct ieee80211_channel_sw_ie { u8 count; } __attribute__ ((packed)); +/** + * struct ieee80211_tim + * + * This structure refers to "Traffic Indication Map information element" + */ +struct ieee80211_tim_ie { + u8 dtim_count; + u8 dtim_period; + u8 bitmap_ctrl; + /* variable size: 1 - 251 bytes */ + u8 virtual_map[0]; +} __attribute__ ((packed)); + struct ieee80211_mgmt { __le16 frame_control; __le16 duration; |