diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2007-11-26 09:14:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:55:32 -0500 |
commit | fd4c7f2fce1737105208c564e1458c885918982d (patch) | |
tree | 3cb7781bb09cc3fc2619fe2bc535bb221e1d4863 /net/mac80211/ieee80211_i.h | |
parent | 9f985b0eee4070e494b9d62313da982cfef9b5e3 (diff) |
mac80211: adding 802.11n essential A-MSDU Rx capability
This patch adds the ability to receive and handle A-MSDU frames.
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 982f99672994..66b6cf3a62ac 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -155,6 +155,7 @@ struct ieee80211_txrx_data { | |||
155 | int load; | 155 | int load; |
156 | u32 tkip_iv32; | 156 | u32 tkip_iv32; |
157 | u16 tkip_iv16; | 157 | u16 tkip_iv16; |
158 | u8 amsdu_frame; | ||
158 | } rx; | 159 | } rx; |
159 | } u; | 160 | } u; |
160 | }; | 161 | }; |