summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/11n_rxreorder.h
diff options
context:
space:
mode:
authorAvinash Patil <patila@marvell.com>2012-08-04 03:06:09 +0200
committerJohn W. Linville <linville@tuxdriver.com>2012-08-06 21:12:55 +0200
commitd1cf3b958cb6940cb4e0a71697458035dad9e5b9 (patch)
tree5a097894dd322dd303a04e1118ec9832e4f01be8 /drivers/net/wireless/mwifiex/11n_rxreorder.h
parentmwifiex: improve uAP RX handling (diff)
downloadlinux-d1cf3b958cb6940cb4e0a71697458035dad9e5b9.tar.xz
linux-d1cf3b958cb6940cb4e0a71697458035dad9e5b9.zip
mwifiex: support RX AMSDU aggregation for uAP
This patch adds support for reception and decoding of AMSDU aggregation frames for AP interface. Patch also adds support for handling AMSDU aggregation event. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kiran Divekar <dkiran@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/11n_rxreorder.h')
-rw-r--r--drivers/net/wireless/mwifiex/11n_rxreorder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/11n_rxreorder.h b/drivers/net/wireless/mwifiex/11n_rxreorder.h
index 6c9815a0f5d8..1cd51d86fa57 100644
--- a/drivers/net/wireless/mwifiex/11n_rxreorder.h
+++ b/drivers/net/wireless/mwifiex/11n_rxreorder.h
@@ -68,5 +68,7 @@ struct mwifiex_rx_reorder_tbl *mwifiex_11n_get_rxreorder_tbl(struct
mwifiex_private
*priv, int tid,
u8 *ta);
+struct mwifiex_rx_reorder_tbl *
+mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta);
#endif /* _MWIFIEX_11N_RXREORDER_H_ */