iwl3945: remove double defined 3945 tfd structures
authorWinkler, Tomas <tomas.winkler@intel.com>
Thu, 8 Jan 2009 18:19:56 +0000 (10:19 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:13 +0000 (16:00 -0500)
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>
drivers/net/wireless/iwlwifi/iwl-fh.h

index 313b03b..a72aa1b 100644 (file)
@@ -478,18 +478,6 @@ struct iwl_tfd {
        __le32 __pad;
 } __attribute__ ((packed));
 
-struct iwl3945_tfd_frame_data {
-       __le32 addr;
-       __le32 len;
-} __attribute__ ((packed));
-
-struct iwl3945_tfd_frame {
-       __le32 control_flags;
-       struct iwl3945_tfd_frame_data pa[4];
-       u8 reserved[28];
-} __attribute__ ((packed));
-
-
 /* Keep Warm Size */
 #define IWL_KW_SIZE 0x1000     /* 4k */