From: Zhu Yi Date: Mon, 29 Mar 2010 09:35:07 +0000 (+0800) Subject: mac80211: support paged rx SKBs X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3cf8b3f7b9eefbe1d39b160726d6e5c2cbb4c5d;p=pandora-kernel.git mac80211: support paged rx SKBs Mac80211 drivers can now pass paged SKBs to mac80211 via ieee80211_rx{_irqsafe}. The implementation currently use skb_linearize() in a few places i.e. management frame handling, software decryption, defragmentation and A-MSDU process. We will optimize them one by one later. Signed-off-by: Zhu Yi Cc: Kalle Valo Cc: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed