summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/init.h
diff options
context:
space:
mode:
authorLuciano Coelho2011-11-21 18:25:24 +0100
committerLuciano Coelho2012-04-12 07:43:56 +0200
commitc31be25a7144ebc9b7a22128909bac7654d4c46b (patch)
treec064bf8d791ddd57cd2dea996e66c7531508a4f4 /drivers/net/wireless/ti/wlcore/init.h
parentwl12xx/wlcore: initial split of probe (diff)
downloadkernel-qcow2-linux-c31be25a7144ebc9b7a22128909bac7654d4c46b.tar.gz
kernel-qcow2-linux-c31be25a7144ebc9b7a22128909bac7654d4c46b.tar.xz
kernel-qcow2-linux-c31be25a7144ebc9b7a22128909bac7654d4c46b.zip
wl12xx/wlcore: move wl1271 struct to wlcore and add ops
In order to add chip-specific operations and prepare for future elements that need to be set by the lower driver, move the wl1271 structure to the wlcore.h file and add an empty placeholder for the operations structure. Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/init.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/init.h b/drivers/net/wireless/ti/wlcore/init.h
index 2da0f404ef6e..a45fbfddec19 100644
--- a/drivers/net/wireless/ti/wlcore/init.h
+++ b/drivers/net/wireless/ti/wlcore/init.h
@@ -24,7 +24,7 @@
#ifndef __INIT_H__
#define __INIT_H__
-#include "wl12xx.h"
+#include "wlcore.h"
int wl1271_hw_init_power_auth(struct wl1271 *wl);
int wl1271_init_templates_config(struct wl1271 *wl);