Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21489ec2 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

iwlagn: write iq invert register for 105/135 device



For 105/135 series of devices, we need to do I/Q invert just like 2000
series devices.

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent c8ac61cf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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",