Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258537
b: refs/heads/master
c: 21489ec
h: refs/heads/master
i:
  258535: 266f745
v: v3
  • Loading branch information
Wey-Yi Guy committed Jul 21, 2011
1 parent 295e384 commit 2db6d8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8ac61cf6e53fefb3b439fc58390fb65d2730e63
refs/heads/master: 21489ec2f18b56eaebc70c0dae928c1adae4c5f5
6 changes: 4 additions & 2 deletions trunk/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 2db6d8a

Please sign in to comment.