From: Meenakshi Venkataraman Date: Wed, 16 May 2012 20:35:59 +0000 (+0200) Subject: iwlwifi: do not use shadow registers by default X-Git-Tag: v3.2.20~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed31bfda7baf80e74d138767f7920b58a6e4aeb;p=pandora-kernel.git iwlwifi: do not use shadow registers by default commit 66a770729a5cdd24efed8afa5258f81232d8bba2 upstream. Shadow registers in the device are meant to allow the driver to update certain device registers without needing to wake up all components of the device. However, using this feature in the device causes communication between the driver and the device to become unreliable, resulting in host command timeouts. Disable this feature by default till a fix is available for the bug. Signed-off-by: Meenakshi Venkataraman Signed-off-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed