diff options
author | Luciano Coelho <coelho@ti.com> | 2011-04-01 20:48:02 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-04-19 16:49:22 +0300 |
commit | afb7d3cd805df7a206439a7e7b5d1167d2bb06f6 (patch) | |
tree | c3b4209db2fef5fa2e9e3d3392ba94a032d35bd5 /drivers/net/wireless/wl12xx/conf.h | |
parent | 6277ed65704d19377b0874618e5f23d64c9e71a6 (diff) | |
download | blackbird-op-linux-afb7d3cd805df7a206439a7e7b5d1167d2bb06f6.tar.gz blackbird-op-linux-afb7d3cd805df7a206439a7e7b5d1167d2bb06f6.zip |
wl12xx: move hardcoded hci_io_ds value into the conf struct
Instead of hardcoding the hci_io_ds configuration that we write to the
SDIO_IO_DS top registed, read it from the default configuration so
that it's easier to change for different platforms.
Reported-by: Ido Yariv <ido@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/conf.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index 743bd0beb63b..52269d4d3623 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h @@ -1206,6 +1206,7 @@ struct conf_drv_settings { struct conf_ht_setting ht; struct conf_memory_settings mem_wl127x; struct conf_memory_settings mem_wl128x; + u8 hci_io_ds; }; #endif |