]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/iwlwifi/iwl-core.h
iwlwifi: add iwl_nic_ops structure to iwl_ops
[karo-tx-linux.git] / drivers / net / wireless / iwlwifi / iwl-core.h
index f0302bfe85f55c46eee85bcbafc48c93270a8c7d..5daa1893fd0300a0318b5ed288e1d40b1ccd98c0 100644 (file)
@@ -137,7 +137,6 @@ struct iwl_debugfs_ops {
 struct iwl_temp_ops {
        void (*temperature)(struct iwl_priv *priv);
        void (*set_ct_kill)(struct iwl_priv *priv);
-       void (*set_calib_version)(struct iwl_priv *priv);
 };
 
 struct iwl_tt_ops {
@@ -233,11 +232,17 @@ struct iwl_led_ops {
        int (*off)(struct iwl_priv *priv);
 };
 
+/* NIC specific ops */
+struct iwl_nic_ops {
+       void (*additional_nic_config)(struct iwl_priv *priv);
+};
+
 struct iwl_ops {
        const struct iwl_lib_ops *lib;
        const struct iwl_hcmd_ops *hcmd;
        const struct iwl_hcmd_utils_ops *utils;
        const struct iwl_led_ops *led;
+       const struct iwl_nic_ops *nic;
 };
 
 struct iwl_mod_params {