commit | 0294d9eece86dbe9bde7b21b097825106e3a3b4f | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Mon Jan 05 16:52:55 2015 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Jan 22 17:54:02 2015 +0200 |
tree | 545b9fe7e2fd25fd66a21568555637ae8ef68c1d | |
parent | 3cae0734af7c17976ecf4e99a0447168e7fdf4cc [diff] |
iwlwifi: mvm: let the firmware configure the scheduler A new host command can be used to configure the scheduler instead of accessing the scheduler's registers from the driver. This is easier and less error prone since accessing the hardware at certain moments can lead to races with the firmware. Prefer to use the host command whenever it is available. Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>