Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314117
b: refs/heads/master
c: 5add82e
h: refs/heads/master
i:
  314115: e3de603
v: v3
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent 9054541 commit e510068
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8334271882b46e4bc15337ed27428be121156165
refs/heads/master: 5add82edd14d9bf051e06588ac65c7e2182bd330
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ti/wl18xx/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ struct wl18xx_conf_phy {
u8 primary_clock_setting_time;
u8 clock_valid_on_wake_up;
u8 secondary_clock_setting_time;
u8 pwr_limit_reference_11_abg;
};

struct wl18xx_priv_conf {
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ static struct wl18xx_priv_conf wl18xx_default_priv_conf = {
.enable_clpc = 0x00,
.enable_tx_low_pwr_on_siso_rdl = 0x00,
.rx_profile = 0x00,
.pwr_limit_reference_11_abg = 0xc8,
},
};

Expand Down Expand Up @@ -726,6 +727,8 @@ static void wl18xx_set_mac_and_phy(struct wl1271 *wl)
phy->clock_valid_on_wake_up;
params.secondary_clock_setting_time =
phy->secondary_clock_setting_time;
params.pwr_limit_reference_11_abg =
phy->pwr_limit_reference_11_abg;

params.board_type = priv->board_type;

Expand Down

0 comments on commit e510068

Please sign in to comment.