Skip to content

Commit

Permalink
iwl3945: remove double defined 3945 tfd structures
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Winkler, Tomas authored and John W. Linville committed Jan 29, 2009
1 parent 625a381 commit d45aadd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions drivers/net/wireless/iwlwifi/iwl-fh.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit d45aadd

Please sign in to comment.