iwlwifi: implement dynamic opmode loading
This is the next step in splitting up the driver, making the uCode API dependent pieces of it live in separate modules. Right now there's only one so it's not user-selectable, but we're actively working on more. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Don Fry <donald.h.fry@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
c08ce20c7e
commit
cc5f7e3976
@@ -145,6 +145,9 @@ struct iwl_op_mode_ops {
|
||||
void (*wimax_active)(struct iwl_op_mode *op_mode);
|
||||
};
|
||||
|
||||
int iwl_opmode_register(const char *name, const struct iwl_op_mode_ops *ops);
|
||||
void iwl_opmode_deregister(const char *name);
|
||||
|
||||
/**
|
||||
* struct iwl_op_mode - operational mode
|
||||
*
|
||||
|
Reference in New Issue
Block a user