Skip to content

Commit

Permalink
wl18xx: Add missing wl18xx conf default value
Browse files Browse the repository at this point in the history
Added missing 18xx conf (phy parameter) default value for
pwr_limit_reference_11p. Default is set to 0xc8

Signed-off-by: Yair Shapira <yair.shapira@ti.com>
  • Loading branch information
yairs534 authored and Ido Reis committed Aug 15, 2012
1 parent d9e2590 commit 04f085e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ static struct wl18xx_priv_conf wl18xx_default_priv_conf = {
.enable_tx_low_pwr_on_siso_rdl = 0x00,
.rx_profile = 0x00,
.pwr_limit_reference_11_abg = 0xc8,
.pwr_limit_reference_11p = 0xc8,
.psat = 0,
.low_power_val = 0x05,
.med_power_val = 0x14,
Expand Down

0 comments on commit 04f085e

Please sign in to comment.