commit | 22dc3c9561825a7c2cd18d01b01358c2141a8e16 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jan 09 00:47:07 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jan 16 14:19:14 2013 +0100 |
tree | 85e7001820ab48ec8bd648862cd3a8ffb7c59595 | |
parent | 01387ffd19f37b4026fd0e4c32260bc25f6469d4 [diff] |
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 <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>