commit | cc8df25f6d4592b7d8ecba76dc0d1f13e03caa5d | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Tue Mar 28 14:05:54 2017 -0700 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Fri May 19 11:54:22 2017 -0700 |
tree | 3dec0d58caf982b3a372bd3576270fd9795f6397 | |
parent | 5415a7b6abcfba00a92c8557ecbcee7787cd714e [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>