projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece3cd2
)
iwlagn: remove unused 3945 define
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Fri, 1 Apr 2011 23:35:09 +0000
(16:35 -0700)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Fri, 8 Apr 2011 15:00:30 +0000
(08:00 -0700)
3945 no longer apply
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-fh.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-fh.h
b/drivers/net/wireless/iwlwifi/iwl-fh.h
index da06d136a3578d9c62861f60b29c8afc9c0ae014..0f1052f80a53bf0bec18b528207488a88aa185ed 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-fh.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-fh.h
@@
-424,7
+424,6
@@
#define RX_LOW_WATERMARK 8
/* Size of one Rx buffer in host DRAM */
-#define IWL_RX_BUF_SIZE_3K (3 * 1000) /* 3945 only */
#define IWL_RX_BUF_SIZE_4K (4 * 1024)
#define IWL_RX_BUF_SIZE_8K (8 * 1024)
@@
-443,7
+442,7
@@
struct iwl_rb_status {
__le16 closed_fr_num;
__le16 finished_rb_num;
__le16 finished_fr_nam;
- __le32 __unused;
/* 3945 only */
+ __le32 __unused;
} __packed;