diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-31 07:23:20 -0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 08:20:09 -0500 |
commit | e94a4099adb2ec148776975bcd953a01c6bec992 (patch) | |
tree | 45264af5a425af0d113c764512fc4da2e01d1906 /drivers/net/wireless/iwlegacy/3945.h | |
parent | 98613be06e9de8acd20841d2d85b99c39b3b7814 (diff) |
iwlegacy: merge common header files
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/3945.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/3945.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlegacy/3945.h b/drivers/net/wireless/iwlegacy/3945.h index e89ca5da7f3c..726ca2c5cd6a 100644 --- a/drivers/net/wireless/iwlegacy/3945.h +++ b/drivers/net/wireless/iwlegacy/3945.h | |||
@@ -34,10 +34,10 @@ | |||
34 | /* Hardware specific file defines the PCI IDs table for that hardware module */ | 34 | /* Hardware specific file defines the PCI IDs table for that hardware module */ |
35 | extern const struct pci_device_id il3945_hw_card_ids[]; | 35 | extern const struct pci_device_id il3945_hw_card_ids[]; |
36 | 36 | ||
37 | #include "common.h" | ||
37 | #include "iwl-prph.h" | 38 | #include "iwl-prph.h" |
38 | #include "iwl-debug.h" | 39 | #include "iwl-debug.h" |
39 | #include "iwl-power.h" | 40 | #include "iwl-power.h" |
40 | #include "iwl-dev.h" | ||
41 | #include "iwl-led.h" | 41 | #include "iwl-led.h" |
42 | #include "iwl-eeprom.h" | 42 | #include "iwl-eeprom.h" |
43 | 43 | ||
@@ -455,10 +455,6 @@ struct il3945_eeprom { | |||
455 | #define RFD_SIZE 4 | 455 | #define RFD_SIZE 4 |
456 | #define NUM_TFD_CHUNKS 4 | 456 | #define NUM_TFD_CHUNKS 4 |
457 | 457 | ||
458 | #define RX_QUEUE_SIZE 256 | ||
459 | #define RX_QUEUE_MASK 255 | ||
460 | #define RX_QUEUE_SIZE_LOG 8 | ||
461 | |||
462 | #define TFD_CTL_COUNT_SET(n) (n << 24) | 458 | #define TFD_CTL_COUNT_SET(n) (n << 24) |
463 | #define TFD_CTL_COUNT_GET(ctl) ((ctl >> 24) & 7) | 459 | #define TFD_CTL_COUNT_GET(ctl) ((ctl >> 24) & 7) |
464 | #define TFD_CTL_PAD_SET(n) (n << 28) | 460 | #define TFD_CTL_PAD_SET(n) (n << 28) |
@@ -659,7 +655,4 @@ static ssize_t il3945_ucode_general_stats_read(struct file *file, | |||
659 | } | 655 | } |
660 | #endif | 656 | #endif |
661 | 657 | ||
662 | /* Requires full declaration of il_priv before including */ | ||
663 | #include "iwl-io.h" | ||
664 | |||
665 | #endif | 658 | #endif |