mwifiex: use ieee80211_amsdu_to_8023s routine
authorYogesh Ashok Powar <yogeshp@marvell.com>
Fri, 13 May 2011 18:22:32 +0000 (11:22 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 May 2011 18:10:50 +0000 (14:10 -0400)
commit3b8ab88acaceb505aa06ef3bbf3a73b92470ae78
treed4f413db4e76621089bc68c917c765c5807013cd
parent8b3becadc82de3b87a5c196239db3fef6caa9c82
mwifiex: use ieee80211_amsdu_to_8023s routine

mwifiex was using its own implementation of converting 802.11n
AMSDU to 802.3s.  This patch removes mwifiex specific
implementation and uses existing ieee80211_amsdu_to_8023s
routine.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/11n_aggr.c
drivers/net/wireless/mwifiex/sta_rx.c