From: Johannes Berg Date: Tue, 8 Jan 2013 23:47:07 +0000 (+0100) Subject: iwlwifi: simplify scheduler memory clearing X-Git-Tag: v3.9-rc1~139^2~2^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22dc3c9561825a7c2cd18d01b01358c2141a8e16;p=pandora-kernel.git iwlwifi: simplify scheduler memory clearing Writing 130 dwords into the device one by one is rather inefficient, every one needs to lock, grab NIC access (a few register reads/writes) and then write the address and data registers. Use the new memory clearing function to make this easier and faster. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed