summaryrefslogtreecommitdiff
path: root/src/gsmd/vendor_ti.c
diff options
context:
space:
mode:
authortick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-12 09:42:38 +0000
committertick <tick@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-11-12 09:42:38 +0000
commitcd687c0c2f3e9a77d344d8806d0072cc8fb8084a (patch)
treeaf1d48bcfc437885625a0125b9447bf30a4f34af /src/gsmd/vendor_ti.c
parent5cd3cb1f9209e6dbdf19c02417e87791b8349a5c (diff)
gsmd: cleaning some dummy codes (Tick)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3394 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src/gsmd/vendor_ti.c')
-rw-r--r--src/gsmd/vendor_ti.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gsmd/vendor_ti.c b/src/gsmd/vendor_ti.c
index c90f10c..52fbb70 100644
--- a/src/gsmd/vendor_ti.c
+++ b/src/gsmd/vendor_ti.c
@@ -37,35 +37,6 @@
#include <gsmd/vendorplugin.h>
#include <gsmd/unsolicited.h>
-#if 0
-#include "vendorplugin.h"
-
-static int
-ti_getopt(struct gsmd *gh, int optname, void *optval, int *optlen)
-{
- switch (optname) {
- case GSMD_OPT_CIPHER_IND:
- /* FIXME: send AT%CPRI=? */
- break;
- default:
- return -EINVAL;
- }
-}
-
-static int
-ti_setopt(struct gsmd *gh, int optname, const void *optval, int optlen)
-{
- switch (optname) {
- case GSMD_OPT_CIPHER_IND:
- /* FIXME: send AT%CPRI= */
- break;
- default:
- return -EINVAL;
- }
-}
-
-#endif
-
static int csq_parse(char *buf, int len, const char *param,
struct gsmd *gsmd)
personal git repositories of Harald Welte. Your mileage may vary