diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/3945.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/3945.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlegacy/3945.h b/drivers/net/wireless/iwlegacy/3945.h index 9f42f79f8778..c00a8d30b6fe 100644 --- a/drivers/net/wireless/iwlegacy/3945.h +++ b/drivers/net/wireless/iwlegacy/3945.h | |||
@@ -36,6 +36,8 @@ extern const struct pci_device_id il3945_hw_card_ids[]; | |||
36 | 36 | ||
37 | #include "common.h" | 37 | #include "common.h" |
38 | 38 | ||
39 | extern const struct il_ops il3945_ops; | ||
40 | |||
39 | /* Highest firmware API version supported */ | 41 | /* Highest firmware API version supported */ |
40 | #define IL3945_UCODE_API_MAX 2 | 42 | #define IL3945_UCODE_API_MAX 2 |
41 | 43 | ||
@@ -249,7 +251,7 @@ extern int il4965_get_temperature(const struct il_priv *il); | |||
249 | extern void il3945_post_associate(struct il_priv *il); | 251 | extern void il3945_post_associate(struct il_priv *il); |
250 | extern void il3945_config_ap(struct il_priv *il); | 252 | extern void il3945_config_ap(struct il_priv *il); |
251 | 253 | ||
252 | extern int il3945_commit_rxon(struct il_priv *il, struct il_rxon_context *ctx); | 254 | extern int il3945_commit_rxon(struct il_priv *il); |
253 | 255 | ||
254 | /** | 256 | /** |
255 | * il3945_hw_find_station - Find station id for a given BSSID | 257 | * il3945_hw_find_station - Find station id for a given BSSID |
@@ -261,8 +263,6 @@ extern int il3945_commit_rxon(struct il_priv *il, struct il_rxon_context *ctx); | |||
261 | */ | 263 | */ |
262 | extern u8 il3945_hw_find_station(struct il_priv *il, const u8 * bssid); | 264 | extern u8 il3945_hw_find_station(struct il_priv *il, const u8 * bssid); |
263 | 265 | ||
264 | extern struct ieee80211_ops il3945_hw_ops; | ||
265 | |||
266 | extern __le32 il3945_get_antenna_flags(const struct il_priv *il); | 266 | extern __le32 il3945_get_antenna_flags(const struct il_priv *il); |
267 | extern int il3945_init_hw_rate_table(struct il_priv *il); | 267 | extern int il3945_init_hw_rate_table(struct il_priv *il); |
268 | extern void il3945_reg_txpower_periodic(struct il_priv *il); | 268 | extern void il3945_reg_txpower_periodic(struct il_priv *il); |