diff options
author | Winkler, Tomas <tomas.winkler@intel.com> | 2009-01-08 13:19:56 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:00:13 -0500 |
commit | d45aadd04b60c6d4f846e7ec2564654567065e5f (patch) | |
tree | 225ab5915a07638560f846b45f3f9ef22f5bdced /drivers/net/wireless/iwlwifi | |
parent | 625a381ab870b190c1899c08467c0e6dcc5d94d4 (diff) |
iwl3945: remove double defined 3945 tfd structures
This patch removes doubly defined struct iwl3945_tfd_frame_data
and struct iwl3945_tfd_frame.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@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-fh.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fh.h b/drivers/net/wireless/iwlwifi/iwl-fh.h index 313b03b5b4cd..a72aa1b32c8a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-fh.h +++ b/drivers/net/wireless/iwlwifi/iwl-fh.h | |||
@@ -478,18 +478,6 @@ struct iwl_tfd { | |||
478 | __le32 __pad; | 478 | __le32 __pad; |
479 | } __attribute__ ((packed)); | 479 | } __attribute__ ((packed)); |
480 | 480 | ||
481 | struct iwl3945_tfd_frame_data { | ||
482 | __le32 addr; | ||
483 | __le32 len; | ||
484 | } __attribute__ ((packed)); | ||
485 | |||
486 | struct iwl3945_tfd_frame { | ||
487 | __le32 control_flags; | ||
488 | struct iwl3945_tfd_frame_data pa[4]; | ||
489 | u8 reserved[28]; | ||
490 | } __attribute__ ((packed)); | ||
491 | |||
492 | |||
493 | /* Keep Warm Size */ | 481 | /* Keep Warm Size */ |
494 | #define IWL_KW_SIZE 0x1000 /* 4k */ | 482 | #define IWL_KW_SIZE 0x1000 /* 4k */ |
495 | 483 | ||