diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 437c05b9a335..afde713c806f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -67,6 +67,18 @@ extern struct iwl_cfg iwl100_bgn_cfg; | |||
67 | /* shared structures from iwl-5000.c */ | 67 | /* shared structures from iwl-5000.c */ |
68 | extern struct iwl_mod_params iwl50_mod_params; | 68 | extern struct iwl_mod_params iwl50_mod_params; |
69 | extern struct iwl_ops iwl5000_ops; | 69 | extern struct iwl_ops iwl5000_ops; |
70 | extern struct iwl_lib_ops iwl5000_lib; | ||
71 | extern struct iwl_hcmd_ops iwl5000_hcmd; | ||
72 | extern struct iwl_hcmd_utils_ops iwl5000_hcmd_utils; | ||
73 | |||
74 | /* shared functions from iwl-5000.c */ | ||
75 | extern u16 iwl5000_get_hcmd_size(u8 cmd_id, u16 len); | ||
76 | extern u16 iwl5000_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, | ||
77 | u8 *data); | ||
78 | extern void iwl5000_rts_tx_cmd_flag(struct ieee80211_tx_info *info, | ||
79 | __le32 *tx_flags); | ||
80 | extern int iwl5000_calc_rssi(struct iwl_priv *priv, | ||
81 | struct iwl_rx_phy_res *rx_resp); | ||
70 | 82 | ||
71 | /* CT-KILL constants */ | 83 | /* CT-KILL constants */ |
72 | #define CT_KILL_THRESHOLD 110 /* in Celsius */ | 84 | #define CT_KILL_THRESHOLD 110 /* in Celsius */ |
@@ -1078,13 +1090,6 @@ struct iwl_priv { | |||
1078 | 1090 | ||
1079 | /*For 3945*/ | 1091 | /*For 3945*/ |
1080 | #define IWL_DEFAULT_TX_POWER 0x0F | 1092 | #define IWL_DEFAULT_TX_POWER 0x0F |
1081 | /* We declare this const so it can only be | ||
1082 | * changed via explicit cast within the | ||
1083 | * routines that actually update the physical | ||
1084 | * hardware */ | ||
1085 | const struct iwl3945_rxon_cmd active39_rxon; | ||
1086 | struct iwl3945_rxon_cmd staging39_rxon; | ||
1087 | struct iwl3945_rxon_cmd recovery39_rxon; | ||
1088 | 1093 | ||
1089 | struct iwl3945_notif_statistics statistics_39; | 1094 | struct iwl3945_notif_statistics statistics_39; |
1090 | 1095 | ||