commit | c2d202017da18ebd6567862bd9a50392970f048f | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Jun 01 08:05:52 2014 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Jun 24 21:55:27 2014 +0300 |
tree | 538cd364c5bf39d0a1b230dbbfdb935e2280f147 | |
parent | 1fa1605648d15d42f350807279b6c6e8d33b6382 [diff] |
iwlwifi: pcie: add firmware monitor capabilities This allows to use the firmware monitor. This capability uses a lot of contiguous memory (up to 64MB), so make its usage module parameter dependent. The driver will try to allocate as much contiguous memory as possible downgrading its requirements until the allocation succeeds. Dump this data into the fw-error dump file when an error happens. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>