aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-fh.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-04-01 19:35:09 -0400
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2011-04-08 11:00:30 -0400
commitab4bf5ef5afce9d31cf5cf05ac80b3b01cbb24a3 (patch)
treeb2fd75ae667b0068a281453d0859d646a8424eca /drivers/net/wireless/iwlwifi/iwl-fh.h
parentece3cd2e8fb119a4394dcdc6ef921e85cdd4cc69 (diff)
iwlagn: remove unused 3945 define
3945 no longer apply Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-fh.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-fh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fh.h b/drivers/net/wireless/iwlwifi/iwl-fh.h
index da06d136a357..0f1052f80a53 100644
--- a/drivers/net/wireless/iwlwifi/iwl-fh.h
+++ b/drivers/net/wireless/iwlwifi/iwl-fh.h
@@ -424,7 +424,6 @@
424#define RX_LOW_WATERMARK 8 424#define RX_LOW_WATERMARK 8
425 425
426/* Size of one Rx buffer in host DRAM */ 426/* Size of one Rx buffer in host DRAM */
427#define IWL_RX_BUF_SIZE_3K (3 * 1000) /* 3945 only */
428#define IWL_RX_BUF_SIZE_4K (4 * 1024) 427#define IWL_RX_BUF_SIZE_4K (4 * 1024)
429#define IWL_RX_BUF_SIZE_8K (8 * 1024) 428#define IWL_RX_BUF_SIZE_8K (8 * 1024)
430 429
@@ -443,7 +442,7 @@ struct iwl_rb_status {
443 __le16 closed_fr_num; 442 __le16 closed_fr_num;
444 __le16 finished_rb_num; 443 __le16 finished_rb_num;
445 __le16 finished_fr_nam; 444 __le16 finished_fr_nam;
446 __le32 __unused; /* 3945 only */ 445 __le32 __unused;
447} __packed; 446} __packed;
448 447
449 448