]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/wl18xx.git/commitdiff
wl18xx: set default phy config to hp siso r8.a2.08
authorIdo Reis <idor@ti.com>
Thu, 12 Jul 2012 18:22:59 +0000 (21:22 +0300)
committerIdo Reis <idor@ti.com>
Thu, 12 Jul 2012 18:22:59 +0000 (21:22 +0300)
update phy power values and ht mode for hp siso board.

Signed-off-by: Ido Reis <idor@ti.com>
drivers/net/wireless/ti/wl18xx/main.c

index 5879a5b508e20281b4a88a4e093430b0431a1b1c..5f336129a335d882b7f9e7b5e2cb449c4058d8d5 100644 (file)
@@ -497,7 +497,7 @@ static struct wlcore_conf wl18xx_conf = {
 
 static struct wl18xx_priv_conf wl18xx_default_priv_conf = {
        .ht = {
-               .mode                           = HT_MODE_MIMO,
+               .mode                           = HT_MODE_WIDE,
        },
        .phy = {
                .phy_standalone                 = 0x00,
@@ -523,8 +523,8 @@ static struct wl18xx_priv_conf wl18xx_default_priv_conf = {
                .rx_profile                     = 0x00,
                .pwr_limit_reference_11_abg     = 0xc8,
                .Psat                           = 0,
-               .low_power_val                  = 0x00,
-               .med_power_val                  = 0x0a,
+               .low_power_val                  = 0x05,
+               .med_power_val                  = 0x14,
                .high_power_val                 = 0x1e,
                .external_pa_dc2dc              = 0,
                .number_of_assembled_ant2_4     = 1,