iwlwifi: simplify scheduler memory clearing
authorJohannes Berg <johannes.berg@intel.com>
Tue, 8 Jan 2013 23:47:07 +0000 (00:47 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 13:19:14 +0000 (14:19 +0100)
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found