summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/gigaset.h
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2010-07-05 16:18:48 +0200
committerDavid S. Miller <davem@davemloft.net>2010-07-08 01:57:52 +0200
commit2ed5e4ff272c0cb10a602ccb02f97c3b10801739 (patch)
tree172ee9e8d6597587f64fb0b95a4992a24dd919ff /drivers/isdn/gigaset/gigaset.h
parentisdn/gigaset: avoid copying AT commands twice (diff)
downloadlinux-2ed5e4ff272c0cb10a602ccb02f97c3b10801739.tar.xz
linux-2ed5e4ff272c0cb10a602ccb02f97c3b10801739.zip
isdn/gigaset: ignore irrelevant device responses
Downgrade the Gigaset driver's reaction to unknown AT responses from the device from warning to debug level, and remove the handling of some device responses which aren't relevant for the driver's operation. Impact: cleanup Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/isdn/gigaset/gigaset.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h
index 904c9473effc..ba9547ba34b5 100644
--- a/drivers/isdn/gigaset/gigaset.h
+++ b/drivers/isdn/gigaset/gigaset.h
@@ -193,9 +193,8 @@ void gigaset_dbg_buffer(enum debuglevel level, const unsigned char *msg,
/* variables in struct at_state_t */
#define VAR_ZSAU 0
#define VAR_ZDLE 1
-#define VAR_ZVLS 2
-#define VAR_ZCTP 3
-#define VAR_NUM 4
+#define VAR_ZCTP 2
+#define VAR_NUM 3
#define STR_NMBR 0
#define STR_ZCPN 1