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)
commiteaf85ca7fecb218fc41ff57c1642ca73b097aabb
treead7965715f0cd67fe8946980ae2d1e9f3ea231a1
parentca99861d5421c91f5a8fd3a77acb4b7be14f119d
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