From: Zhu, Yi Date: Fri, 7 Nov 2008 17:58:46 +0000 (-0800) Subject: iwlwifi: use Rx single frame mode (one Rx frame per RB) X-Git-Tag: v2.6.29-rc1~581^2~580^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e58cf8cc646d93de852f32f972448a95387c60;p=pandora-kernel.git iwlwifi: use Rx single frame mode (one Rx frame per RB) The RCSR default value for single frame mode is off (a RB contains more than one frames). But the driver assumes single frame mode apparently. This patch enables single frame mode for the hardware. It also adds a BUG_ON to make sure the allocated skb satisfies the hardware alignment requirement and removes a useless check. Signed-off-by: Zhu Yi Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed