| commit | e86367c7cb3f9c8fd42e7d86711db7bb28d244d3 | [log] [tgz] |
|---|---|---|
| author | Luis R. Rodriguez <mcgrof@kernel.org> | Tue Mar 28 14:05:54 2017 -0700 |
| committer | Luis R. Rodriguez <mcgrof@kernel.org> | Mon May 01 18:44:16 2017 -0700 |
| tree | 91b0c88c2bd0e9476893d7a941d2fc3c2a21d3dd | |
| parent | b2db1b0281221cd2c780a61975439acfbfa22fb6 [diff] |
iwlwifi: convert to use driver data API The driver data API provides support for looking for firmware from a specific set of API ranges, so just use that. Since we free the firmware on the callback immediately after consuming it, this also takes avantage of that feature. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>