aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-dev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h
index 1099944cc2b0..f6b54c6d878d 100644
--- a/drivers/net/wireless/iwlwifi/iwl-dev.h
+++ b/drivers/net/wireless/iwlwifi/iwl-dev.h
@@ -1198,6 +1198,7 @@ struct iwl_bus;
1198 * @apm_config: will be called during the config of the APM configuration 1198 * @apm_config: will be called during the config of the APM configuration
1199 * @set_drv_data: set the priv pointer to the bus layer 1199 * @set_drv_data: set the priv pointer to the bus layer
1200 * @get_dev: returns the device struct 1200 * @get_dev: returns the device struct
1201 * @get_irq: returns the irq number
1201 * @get_hw_id: prints the hw_id in the provided buffer 1202 * @get_hw_id: prints the hw_id in the provided buffer
1202 * @write8: write a byte to register at offset ofs 1203 * @write8: write a byte to register at offset ofs
1203 * @write32: write a dword to register at offset ofs 1204 * @write32: write a dword to register at offset ofs
@@ -1208,6 +1209,7 @@ struct iwl_bus_ops {
1208 void (*apm_config)(struct iwl_bus *bus); 1209 void (*apm_config)(struct iwl_bus *bus);
1209 void (*set_drv_data)(struct iwl_bus *bus, void *priv); 1210 void (*set_drv_data)(struct iwl_bus *bus, void *priv);
1210 struct device *(*get_dev)(const struct iwl_bus *bus); 1211 struct device *(*get_dev)(const struct iwl_bus *bus);
1212 unsigned int (*get_irq)(const struct iwl_bus *bus);
1211 void (*get_hw_id)(struct iwl_bus *bus, char buf[], int buf_len); 1213 void (*get_hw_id)(struct iwl_bus *bus, char buf[], int buf_len);
1212 void (*write8)(struct iwl_bus *bus, u32 ofs, u8 val); 1214 void (*write8)(struct iwl_bus *bus, u32 ofs, u8 val);
1213 void (*write32)(struct iwl_bus *bus, u32 ofs, u32 val); 1215 void (*write32)(struct iwl_bus *bus, u32 ofs, u32 val);