summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/wlcore.h
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-12-05 16:12:54 +0200
committerLuciano Coelho <coelho@ti.com>2012-04-12 08:44:01 +0300
commite87288f089d3ba1c10d2323c286f8145450fd250 (patch)
tree53e0a1889aef21766d05dfb50687c9936bf74aa5 /drivers/net/wireless/ti/wlcore/wlcore.h
parent5d10b1957d4dd7b5f854a224fb30cc564405d4d9 (diff)
downloadlinux-e87288f089d3ba1c10d2323c286f8145450fd250.tar.bz2
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: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/wlcore.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/wlcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/wlcore.h b/drivers/net/wireless/ti/wlcore/wlcore.h
index 83f1d7cfd784..9f33f96e8038 100644
--- a/drivers/net/wireless/ti/wlcore/wlcore.h
+++ b/drivers/net/wireless/ti/wlcore/wlcore.h
@@ -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;