From: Shanyu Zhao Date: Thu, 11 Feb 2010 18:42:22 +0000 (-0800) Subject: iwlwifi: fix AMSDU Rx after paged Rx patch X-Git-Tag: v2.6.33~38^2~6^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafaf31bf9f965d91462ee115e27ef6c262b74ea;p=pandora-kernel.git iwlwifi: fix AMSDU Rx after paged Rx patch Previous patch "use paged Rx" broke AMSDU Rx functionality. If an AP sends out A-MSDU packets the station will crash. Fix it by linearizing skbuff for AMSDU packet before handing it to mac80211 since mac80211 doesn't support paged skbuff. This fixes http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2155 Reported-by: Norbert Preining Signed-off-by: Shanyu Zhao Acked-by: Zhu Yi Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed