From: Ben Cahill Date: Fri, 6 Nov 2009 22:52:58 +0000 (-0800) Subject: iwlwifi: speed up event log dumps X-Git-Tag: v2.6.33-rc1~388^2~280^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e585447189123de627ecbfaccab9d7a3328a5dd8;p=pandora-kernel.git iwlwifi: speed up event log dumps Take advantage of device's auto-increment for SRAM reads to eliminate extra write address accesses. Grab/release NIC access before/after entire read sequence, rather than for each read individually. After a quick check of dmesg logs, this seems to double Event Log dump speed, reducing from about 20 milliseconds to about 10 milliseconds for 512 entries using 3945. Signed-off-by: Ben Cahill Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed