]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: add ieee80211_amsdu_to_8023s
authorZhu Yi <yi.zhu@intel.com>
Tue, 1 Dec 2009 02:18:37 +0000 (10:18 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 22 Dec 2009 18:31:15 +0000 (13:31 -0500)
commitf71af746ac3d5e891fc96080f94b1addbda44888
treead7965715f0cd67fe8946980ae2d1e9f3ea231a1
parent900c6b0a87ed2e8c72a104d44bf2b14ccf5dcb65
wireless: add ieee80211_amsdu_to_8023s

Move the A-MSDU handling code from mac80211 to cfg80211 so that more
drivers can use it. The new created function ieee80211_amsdu_to_8023s
converts an A-MSDU frame to a list of 802.3 frames.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/mac80211/rx.c
net/wireless/util.c