]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
wil6210: add new register region for AGC table
authorVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Mon, 14 Jul 2014 06:49:43 +0000 (09:49 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Jul 2014 17:45:24 +0000 (13:45 -0400)
New register area defined in the firmware

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wmi.c

index a78aaaba59bde4a49638848f51e27986cdb74a64..67e9624f7111b8842492d81d07665c5ec0973705 100644 (file)
@@ -152,7 +152,7 @@ struct fw_map {
        const char *name; /* for debugfs */
 };
 /* array size should be in sync with actual definition in the wmi.c */
-extern const struct fw_map fw_mapping[6];
+extern const struct fw_map fw_mapping[7];
 
 /**
  * mk_cidxtid - construct @cidxtid field
index 084c3de21c56b2609c9fa0f86c4cbf4f88433b83..1d1d0afdd2e195c6856372299e3fc635b213df23 100644 (file)
@@ -73,6 +73,7 @@ const struct fw_map fw_mapping[] = {
        {0x800000, 0x808000, 0x900000, "fw_data"}, /* FW data RAM       32k */
        {0x840000, 0x860000, 0x908000, "fw_peri"}, /* periph. data RAM 128k */
        {0x880000, 0x88a000, 0x880000, "rgf"},     /* various RGF       40k */
+       {0x88a000, 0x88b000, 0x88a000, "AGC_tbl"}, /* AGC table          4k */
        {0x88b000, 0x88c000, 0x88b000, "rgf_ext"}, /* Pcie_ext_rgf       4k */
        {0x8c0000, 0x949000, 0x8c0000, "upper"},   /* upper area       548k */
        /*