diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index ec6084c8fd13..2c0ddc5110c6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -405,12 +405,6 @@ struct iwl3945_rx_queue { | |||
405 | 405 | ||
406 | #define SCAN_INTERVAL 100 | 406 | #define SCAN_INTERVAL 100 |
407 | 407 | ||
408 | #define MAX_A_CHANNELS 252 | ||
409 | #define MIN_A_CHANNELS 7 | ||
410 | |||
411 | #define MAX_B_CHANNELS 14 | ||
412 | #define MIN_B_CHANNELS 1 | ||
413 | |||
414 | #define STATUS_HCMD_ACTIVE 0 /* host command in progress */ | 408 | #define STATUS_HCMD_ACTIVE 0 /* host command in progress */ |
415 | #define STATUS_HCMD_SYNC_ACTIVE 1 /* sync host command in progress */ | 409 | #define STATUS_HCMD_SYNC_ACTIVE 1 /* sync host command in progress */ |
416 | #define STATUS_INT_ENABLED 2 | 410 | #define STATUS_INT_ENABLED 2 |
@@ -590,8 +584,7 @@ extern int iwl3945_send_cmd_pdu(struct iwl3945_priv *priv, u8 id, u16 len, | |||
590 | extern int __must_check iwl3945_send_cmd(struct iwl3945_priv *priv, | 584 | extern int __must_check iwl3945_send_cmd(struct iwl3945_priv *priv, |
591 | struct iwl3945_host_cmd *cmd); | 585 | struct iwl3945_host_cmd *cmd); |
592 | extern unsigned int iwl3945_fill_beacon_frame(struct iwl3945_priv *priv, | 586 | extern unsigned int iwl3945_fill_beacon_frame(struct iwl3945_priv *priv, |
593 | struct ieee80211_hdr *hdr, | 587 | struct ieee80211_hdr *hdr,int left); |
594 | const u8 *dest, int left); | ||
595 | extern int iwl3945_rx_queue_update_write_ptr(struct iwl3945_priv *priv, | 588 | extern int iwl3945_rx_queue_update_write_ptr(struct iwl3945_priv *priv, |
596 | struct iwl3945_rx_queue *q); | 589 | struct iwl3945_rx_queue *q); |
597 | extern int iwl3945_send_statistics_request(struct iwl3945_priv *priv); | 590 | extern int iwl3945_send_statistics_request(struct iwl3945_priv *priv); |