]> git.ipfire.org Git - thirdparty/linux.git/commit - include/net/cfg80211.h
cfg80211: make stripping of 802.11 header optional from AMSDU
authorYogesh Ashok Powar <yogeshp@marvell.com>
Fri, 13 May 2011 18:22:31 +0000 (11:22 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 May 2011 18:10:50 +0000 (14:10 -0400)
commit8b3becadc82de3b87a5c196239db3fef6caa9c82
treed71a3c7e29d30c92c4b677257c289ca63b4e65f3
parent57cf8043a64b56a10b9f194572548a3dfb62e596
cfg80211: make stripping of 802.11 header optional from AMSDU

Currently the devices that have already stripped IEEE 802.11
header from the AMSDU SKB can not use ieee80211_amsdu_to_8023s
routine. This patch enhances ieee80211_amsdu_to_8023s() API by
changing mandatory removing of IEEE 802.11 header from AMSDU
to optional.

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/iwmc3200wifi/rx.c
include/net/cfg80211.h
net/mac80211/rx.c
net/wireless/util.c