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>
This commit is contained in:
Ron Rindjunsky
2007-11-26 16:14:33 +02:00
committed by David S. Miller
parent 9f985b0eee
commit fd4c7f2fce
2 changed files with 125 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ struct ieee80211_txrx_data {
int load;
u32 tkip_iv32;
u16 tkip_iv16;
u8 amsdu_frame;
} rx;
} u;
};