aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2009-12-11 08:40:56 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-12-28 16:31:33 -0500
commit149e38789f3fea74b581f8ebb7eb947d3c6d8a4e (patch)
treed31c15792c935cff0a4dfc9b8f5f0f4ab806596f /drivers/net/wireless/wl12xx
parent94210897e2b7df8446fdecd360342149e5b4a400 (diff)
wl1271: Configure smart-reflex paramter values.
Configure correct values to be used with the smart-reflex configuration of the firmware. Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_main.c b/drivers/net/wireless/wl12xx/wl1271_main.c
index 55a45d339184..b0f4c6efa415 100644
--- a/drivers/net/wireless/wl12xx/wl1271_main.c
+++ b/drivers/net/wireless/wl12xx/wl1271_main.c
@@ -260,12 +260,12 @@ static struct conf_drv_settings default_conf = {
260 .tx_bip_fem_manufacturer = 1, 260 .tx_bip_fem_manufacturer = 1,
261 .settings = 1, 261 .settings = 1,
262 .sr_state = 1, 262 .sr_state = 1,
263 .srf1 = { 0, 0, 0, 0, 0, 0, 0, 0, 263 .srf1 = { 0x07, 0x03, 0x18, 0x10, 0x05, 0xfb, 0xf0,
264 0, 0, 0, 0, 0, 0, 0, 0 }, 264 0xe8, 0, 0, 0, 0, 0, 0, 0, 0 },
265 .srf2 = { 0, 0, 0, 0, 0, 0, 0, 0, 265 .srf2 = { 0x07, 0x03, 0x18, 0x10, 0x05, 0xfb, 0xf0,
266 0, 0, 0, 0, 0, 0, 0, 0 }, 266 0xe8, 0, 0, 0, 0, 0, 0, 0, 0 },
267 .srf3 = { 0, 0, 0, 0, 0, 0, 0, 0, 267 .srf3 = { 0x07, 0x03, 0x18, 0x10, 0x05, 0xfb, 0xf0,
268 0, 0, 0, 0, 0, 0, 0, 0 }, 268 0xe8, 0, 0, 0, 0, 0, 0, 0, 0 },
269 .sr_debug_table = { 0, 0, 0, 0, 0, 0, 0, 0, 269 .sr_debug_table = { 0, 0, 0, 0, 0, 0, 0, 0,
270 0, 0, 0, 0, 0, 0, 0, 0 }, 270 0, 0, 0, 0, 0, 0, 0, 0 },
271 .sr_sen_n_p = 0, 271 .sr_sen_n_p = 0,