From: Ron Rindjunsky Date: Mon, 26 Nov 2007 14:14:33 +0000 (+0200) Subject: mac80211: adding 802.11n essential A-MSDU Rx capability X-Git-Tag: v2.6.25-rc1~1162^2~1296 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4c7f2fce1737105208c564e1458c885918982d;p=pandora-kernel.git 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 Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- 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 { int load; u32 tkip_iv32; u16 tkip_iv16; + u8 amsdu_frame; } rx; } u; }; Reading git-diff-tree failed