commit | d0f76d6869adad1f3757d102af47508be0642949 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Feb 09 16:08:15 2012 +0200 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Mon Feb 27 13:26:02 2012 -0800 |
tree | 01c2813ad16f9a425c60162f6664b7195f897214 | |
parent | 6459f9871a1218f7a2e6385d1ae6c91e91f9d251 [diff] |
iwlwifi: virtualize the op_mode Define the op_mode as an interface with its ops. All the functions of the op_mode are "private", but its ops is made public in iwl-op-mode.h. The drv object starts the op_mode by using the start function in the public ops. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>