diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 3a75dc6e35a..08eccdefd72 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -110,6 +110,8 @@ struct iwl_lib_ops { | |||
110 | void (*rx_handler_setup)(struct iwl_priv *priv); | 110 | void (*rx_handler_setup)(struct iwl_priv *priv); |
111 | /* nic Tx fifo handling */ | 111 | /* nic Tx fifo handling */ |
112 | int (*disable_tx_fifo)(struct iwl_priv *priv); | 112 | int (*disable_tx_fifo)(struct iwl_priv *priv); |
113 | /* alive notification after init uCode load */ | ||
114 | void (*init_alive_start)(struct iwl_priv *priv); | ||
113 | /* alive notification */ | 115 | /* alive notification */ |
114 | int (*alive_notify)(struct iwl_priv *priv); | 116 | int (*alive_notify)(struct iwl_priv *priv); |
115 | /* check validity of rtc data address */ | 117 | /* check validity of rtc data address */ |