commit | dcbb4746286abe50300deef1858cfd6dc1b9c198 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Nov 24 15:17:37 2015 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Dec 13 08:52:52 2015 +0200 |
tree | 7224d0fdbb7118e84b804bc8a2d08e92c2807c6c | |
parent | 0cd58eaab1482ab75800f68cd0033286232827f1 [diff] |
iwlwifi: trans: support a callback for ASYNC commands This allows the op_mode to request from the transport to call a callback when an ASYNC commands is completed by the firmware. The same callback will be called for all the commands. Pass the command whose response triggers the callback as a parameter to the callback itself. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>