Commit e87288f0 authored by Luciano Coelho's avatar Luciano Coelho

wlcore/wl12xx: move runtime configuration struct to the lower driver

The configuration parameters vary with different chip families.  Some
of the parameters used only by some chip families, others should have
different value depending on the family.  Thus move the configuration
values from wlcore to wl12xx.
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 5d10b195
This diff is collapsed.
......@@ -1272,7 +1272,7 @@ struct conf_hangover_settings {
u8 window_size;
};
struct conf_drv_settings {
struct wlcore_conf {
struct conf_sg_settings sg;
struct conf_rx_settings rx;
struct conf_tx_settings tx;
......
This diff is collapsed.
......@@ -261,7 +261,7 @@ struct wl1271 {
struct wl1271_tx_hw_res_if *tx_res_if;
/* Current chipset configuration */
struct conf_drv_settings conf;
struct wlcore_conf conf;
bool sg_enabled;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment