summaryrefslogtreecommitdiff
path: root/include/linux/ti_wilink_st.h
diff options
context:
space:
mode:
authorRakesh Goyal <rgoyal@nvidia.com>2012-01-25 17:45:12 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-01-31 04:28:53 -0800
commitabbe0483e17063be1a25531ef8cdb78d2390359c (patch)
tree972386ef96d6eaf18f177869cf8eafa8bd675ab5 /include/linux/ti_wilink_st.h
parentafc9accc08f3bb2731a2f33c2edab9024f0cf58b (diff)
drivers: misc: ti-st: apply wl12xx patch from TI
patch is for following feature 1) use set_power() defined in platform file to switch on/off BT. 2) send_ll_cmd according to state Reviewed-on: http://git-master/r/77318 Change-Id: I48ccb310ee4ce97c82835ef5701673c6f40231d4 Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/78018 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/linux/ti_wilink_st.h')
-rw-r--r--include/linux/ti_wilink_st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h
index 2ef4385da6bf..27eca07dd657 100644
--- a/include/linux/ti_wilink_st.h
+++ b/include/linux/ti_wilink_st.h
@@ -443,6 +443,7 @@ struct ti_st_plat_data {
int (*chip_disable) (struct kim_data_s *);
int (*chip_asleep) (struct kim_data_s *);
int (*chip_awake) (struct kim_data_s *);
+ int (*set_power)(int);
};
#endif /* TI_WILINK_ST_H */