From: Luis R. Rodriguez Date: Thu, 12 Mar 2009 22:18:51 +0000 (-0400) Subject: ath9k: remove dummy PCI "retry timeout" fix X-Git-Tag: v2.6.30-rc1~642^2^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b572b24c578ab1be9d1fcb11d2d8244878757a66;p=pandora-kernel.git ath9k: remove dummy PCI "retry timeout" fix Remove the PCI retry timeout code as that was just taken from ipw2100 due to historical reasons but in reality its a no-op, additionally its simply incorrect as each PCI devices has its own custom PCI configuration space on PCI config space >= 0x40. Not to mention we were trying to write 0 to a place that already has 0 on it. Cc: Matthew Garrett Cc: Ben Cahill Cc: Inaky Perez-Gonzalez Tested-by: Adel Gadllah Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed