diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2007-11-26 16:14:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:55:32 -0800 |
commit | fd4c7f2fce1737105208c564e1458c885918982d (patch) | |
tree | 3cb7781bb09cc3fc2619fe2bc535bb221e1d4863 /net/mac80211/ieee80211_i.h | |
parent | 9f985b0eee4070e494b9d62313da982cfef9b5e3 (diff) | |
download | op-kernel-dev-fd4c7f2fce1737105208c564e1458c885918982d.zip op-kernel-dev-fd4c7f2fce1737105208c564e1458c885918982d.tar.gz |
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 982f996..66b6cf3 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -155,6 +155,7 @@ struct ieee80211_txrx_data { int load; u32 tkip_iv32; u16 tkip_iv16; + u8 amsdu_frame; } rx; } u; }; |