Commit a3e84847 authored by Luciano Coelho's avatar Luciano Coelho Committed by John W. Linville

wl1271: update radio and general parameters values

There were some changes in the values we have to use for these settings.  This
patches updates them.
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Reviewed-by: default avatarJuuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 76c0f8d3
...@@ -256,7 +256,7 @@ static struct conf_drv_settings default_conf = { ...@@ -256,7 +256,7 @@ static struct conf_drv_settings default_conf = {
.clk_valid_on_wakeup = 0, .clk_valid_on_wakeup = 0,
.dc2dcmode = 0, .dc2dcmode = 0,
.single_dual_band = CONF_SINGLE_BAND, .single_dual_band = CONF_SINGLE_BAND,
.tx_bip_fem_autodetect = 0, .tx_bip_fem_autodetect = 1,
.tx_bip_fem_manufacturer = 1, .tx_bip_fem_manufacturer = 1,
.settings = 1, .settings = 1,
.sr_state = 1, .sr_state = 1,
...@@ -274,8 +274,8 @@ static struct conf_drv_settings default_conf = { ...@@ -274,8 +274,8 @@ static struct conf_drv_settings default_conf = {
.sr_sen_prn = 0, .sr_sen_prn = 0,
}, },
.radioparam = { .radioparam = {
.rx_trace_loss = 10, .rx_trace_loss = 0x24,
.tx_trace_loss = 10, .tx_trace_loss = 0x0,
.rx_rssi_and_proc_compens = { .rx_rssi_and_proc_compens = {
0xec, 0xf6, 0x00, 0x0c, 0x18, 0xf8, 0xec, 0xf6, 0x00, 0x0c, 0x18, 0xf8,
0xfc, 0x00, 0x08, 0x10, 0xf0, 0xf8, 0xfc, 0x00, 0x08, 0x10, 0xf0, 0xf8,
...@@ -286,13 +286,13 @@ static struct conf_drv_settings default_conf = { ...@@ -286,13 +286,13 @@ static struct conf_drv_settings default_conf = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00 }, 0x00, 0x00, 0x00 },
.tx_ref_pd_voltage = 0x24e, .tx_ref_pd_voltage = 0x1a9,
.tx_ref_power = 0x78, .tx_ref_power = 0x80,
.tx_offset_db = 0x0, .tx_offset_db = 0x0,
.tx_rate_limits_normal = { .tx_rate_limits_normal = {
0x1e, 0x1f, 0x22, 0x24, 0x28, 0x29 }, 0x1d, 0x1f, 0x24, 0x28, 0x28, 0x29 },
.tx_rate_limits_degraded = { .tx_rate_limits_degraded = {
0x1b, 0x1c, 0x1e, 0x20, 0x24, 0x25 }, 0x19, 0x1f, 0x22, 0x23, 0x27, 0x28 },
.tx_channel_limits_11b = { .tx_channel_limits_11b = {
0x22, 0x50, 0x50, 0x50, 0x50, 0x50, 0x22, 0x50, 0x50, 0x50, 0x50, 0x50,
0x50, 0x50, 0x50, 0x50, 0x22, 0x50, 0x50, 0x50, 0x50, 0x50, 0x22, 0x50,
...@@ -302,10 +302,10 @@ static struct conf_drv_settings default_conf = { ...@@ -302,10 +302,10 @@ static struct conf_drv_settings default_conf = {
0x50, 0x50, 0x50, 0x50, 0x20, 0x50, 0x50, 0x50, 0x50, 0x50, 0x20, 0x50,
0x20, 0x50 }, 0x20, 0x50 },
.tx_pdv_rate_offsets = { .tx_pdv_rate_offsets = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 0x07, 0x08, 0x04, 0x02, 0x02, 0x00 },
.tx_ibias = { .tx_ibias = {
0x1a, 0x1a, 0x1a, 0x1a, 0x1a, 0x27 }, 0x11, 0x11, 0x15, 0x11, 0x15, 0x0f },
.rx_fem_insertion_loss = 0x14, .rx_fem_insertion_loss = 0x0e,
.tx_ref_pd_voltage_5 = { .tx_ref_pd_voltage_5 = {
0x0190, 0x01a4, 0x01c3, 0x01d8, 0x0190, 0x01a4, 0x01c3, 0x01d8,
0x020a, 0x021c }, 0x020a, 0x021c },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment