Skip to content

Commit

Permalink
iwlagn: write iq invert register for 105/135 device
Browse files Browse the repository at this point in the history
For 105/135 series of devices, we need to do I/Q invert just like 2000
series devices.

Signed-off-by: Wey-Yi Guy <[email protected]>
  • Loading branch information
wwguy committed Jul 21, 2011
1 parent c8ac61c commit 21489ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 21489ec

Please sign in to comment.