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:
241887a
)
iwlagn: use 2030 macro for 2030 devices
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 24 Jan 2011 19:44:42 +0000
(11:44 -0800)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 31 Jan 2011 21:22:13 +0000
(13:22 -0800)
For 2030 series of devices, 2030 macro need to be used.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-2000.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-2000.c
b/drivers/net/wireless/iwlwifi/iwl-2000.c
index 8d637e778c659019e377859ebdb4dbe952befee5..3c5dd36ff4171b99e2c2cca38fd7f36543e082d5 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-2000.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-2000.c
@@
-462,13
+462,13
@@
struct iwl_cfg iwl2000_2bg_cfg = {
struct iwl_cfg iwl2030_2bgn_cfg = {
.name = "2000 Series 2x2 BGN/BT",
- IWL_DEVICE_20
0
0,
+ IWL_DEVICE_20
3
0,
.ht_params = &iwl2000_ht_params,
};
struct iwl_cfg iwl2030_2bg_cfg = {
.name = "2000 Series 2x2 BG/BT",
- IWL_DEVICE_20
0
0,
+ IWL_DEVICE_20
3
0,
};
#define IWL_DEVICE_6035 \