diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2009-11-20 15:04:57 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-23 17:05:33 -0500 |
commit | bc6c94f609d2f63347d4a05f28993792ae38caad (patch) | |
tree | ff3a186da70162f9e6283c3a7851c0e97f4f71a0 /drivers/net/wireless/iwlwifi | |
parent | 7163b8a4ec995dabda3e92c6fed7b8600060618c (diff) |
iwl3945: removed unused struct and definitions
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 9 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 8 |
2 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index 2b0d65c5780a..a41f0e098cf6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -221,19 +221,10 @@ struct iwl3945_ibss_seq { | |||
221 | * for use by iwl-*.c | 221 | * for use by iwl-*.c |
222 | * | 222 | * |
223 | *****************************************************************************/ | 223 | *****************************************************************************/ |
224 | extern int iwl3945_power_init_handle(struct iwl_priv *priv); | ||
225 | extern int iwl3945_eeprom_init(struct iwl_priv *priv); | ||
226 | extern int iwl3945_calc_db_from_ratio(int sig_ratio); | 224 | extern int iwl3945_calc_db_from_ratio(int sig_ratio); |
227 | extern int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm); | 225 | extern int iwl3945_calc_sig_qual(int rssi_dbm, int noise_dbm); |
228 | extern int iwl3945_tx_queue_init(struct iwl_priv *priv, | ||
229 | struct iwl_tx_queue *txq, int count, u32 id); | ||
230 | extern void iwl3945_rx_replenish(void *data); | 226 | extern void iwl3945_rx_replenish(void *data); |
231 | extern void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq); | 227 | extern void iwl3945_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq); |
232 | extern void iwl3945_tx_queue_free(struct iwl_priv *priv, struct iwl_tx_queue *txq); | ||
233 | extern int iwl3945_send_cmd_pdu(struct iwl_priv *priv, u8 id, u16 len, | ||
234 | const void *data); | ||
235 | extern int __must_check iwl3945_send_cmd(struct iwl_priv *priv, | ||
236 | struct iwl_host_cmd *cmd); | ||
237 | extern unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv, | 228 | extern unsigned int iwl3945_fill_beacon_frame(struct iwl_priv *priv, |
238 | struct ieee80211_hdr *hdr,int left); | 229 | struct ieee80211_hdr *hdr,int left); |
239 | extern void iwl3945_dump_nic_event_log(struct iwl_priv *priv); | 230 | extern void iwl3945_dump_nic_event_log(struct iwl_priv *priv); |
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 1c1ed4bfcb08..4ded1900540d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -544,14 +544,6 @@ struct iwl_qos_info { | |||
544 | struct iwl_qosparam_cmd def_qos_parm; | 544 | struct iwl_qosparam_cmd def_qos_parm; |
545 | }; | 545 | }; |
546 | 546 | ||
547 | |||
548 | struct iwl3945_station_entry { | ||
549 | struct iwl3945_addsta_cmd sta; | ||
550 | struct iwl_tid_data tid[MAX_TID_COUNT]; | ||
551 | u8 used; | ||
552 | struct iwl_hw_key keyinfo; | ||
553 | }; | ||
554 | |||
555 | struct iwl_station_entry { | 547 | struct iwl_station_entry { |
556 | struct iwl_addsta_cmd sta; | 548 | struct iwl_addsta_cmd sta; |
557 | struct iwl_tid_data tid[MAX_TID_COUNT]; | 549 | struct iwl_tid_data tid[MAX_TID_COUNT]; |