iwlwifi: fix AMSDU Rx after paged Rx patch
authorShanyu Zhao <shanyu.zhao@intel.com>
Thu, 11 Feb 2010 18:42:22 +0000 (10:42 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Feb 2010 19:35:05 +0000 (14:35 -0500)
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 <preining@logic.at>
Signed-off-by: Shanyu Zhao <shanyu.zhao@intel.com>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found