commit | 945d4202d95ed75c4af2968a02e58625d0558896 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Feb 15 17:16:16 2015 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Mon Mar 02 08:20:31 2015 +0200 |
tree | 29cb6745081ebf334ea82323640c530d26dbfd2e | |
parent | 917f39bb9ad295a701a47cb020ae91a2a0224d84 [diff] |
iwlwifi: mvm: restart firmware recording when no configuration is set Sometimes the firmware will have a hard coded configuration. In this case, the driver won't find any configuration in the firmware file, and it will have to re-start recording in case it has been stopped. This can't be done by the configuration host command since there is no such host command configured. Do that with the registers instead. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>