wl1271: read fem manufacturer value from nvs

We should read the fem manufacturer value from the NVS, so we can modify it
easily and use a consistent value throughout the configuration.  Previously
we had to set the FEM value in the NVS and in the driver's initialization
parameters.  This patch removes the latter.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Luciano Coelho
2010-07-08 17:50:01 +03:00
committed by John W. Linville
parent 90494a90be
commit e6b190ff3c
3 changed files with 3 additions and 17 deletions

View File

@@ -241,11 +241,6 @@ static struct conf_drv_settings default_conf = {
.keep_alive_interval = 55000,
.max_listen_interval = 20,
},
.init = {
.radioparam = {
.fem = 1,
}
},
.itrim = {
.enable = false,
.timeout = 50000,