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:
c8ac61c
)
iwlagn: write iq invert register for 105/135 device
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Mon, 18 Jul 2011 20:59:23 +0000
(13:59 -0700)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Thu, 21 Jul 2011 14:31:39 +0000
(07:31 -0700)
For 105/135 series of devices, we need to do I/Q invert just like 2000
series devices.
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 aff555c4c49a97a829f52c665014ecb6a984c534..00480e4b377b5a8964b0addf50b206ea30672cde 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-2000.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-2000.c
@@
-319,7
+319,8
@@
struct iwl_cfg iwl2030_2bg_cfg = {
.need_temp_offset_calib = true, \
.led_mode = IWL_LED_RF_STATE, \
.adv_pm = true, \
- .rx_with_siso_diversity = true \
+ .rx_with_siso_diversity = true, \
+ .iq_invert = true \
struct iwl_cfg iwl105_bg_cfg = {
.name = "105 Series 1x1 BG",
@@
-345,7
+346,8
@@
struct iwl_cfg iwl105_bgn_cfg = {
.need_temp_offset_calib = true, \
.led_mode = IWL_LED_RF_STATE, \
.adv_pm = true, \
- .rx_with_siso_diversity = true \
+ .rx_with_siso_diversity = true, \
+ .iq_invert = true \
struct iwl_cfg iwl135_bg_cfg = {
.name = "135 Series 1x1 BG/BT",