summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-02-04 13:13:09 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-02-04 13:49:36 -0600
commit5a6bbd113d6cb07876a0e2502529d5522d1d9cdc (patch)
tree144dd8e49d956bcb03cd423698b02e04dd7731b0 /drivers
parent4822b21b4da3394b9ad71f44ff645b71c053b4fd (diff)
downloadofono-5a6bbd113d6cb07876a0e2502529d5522d1d9cdc.tar.bz2
Cleanup: Refactor handling of failed connections
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hfpmodem/hfpmodem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hfpmodem/hfpmodem.h b/drivers/hfpmodem/hfpmodem.h
index 6f0ab1fb..6ec8a7ce 100644
--- a/drivers/hfpmodem/hfpmodem.h
+++ b/drivers/hfpmodem/hfpmodem.h
@@ -71,7 +71,6 @@ struct hfp_data {
unsigned int hf_features;
unsigned char cind_pos[HFP_INDICATOR_LAST];
unsigned int cind_val[HFP_INDICATOR_LAST];
- unsigned int at_timeout;
};
extern void hfp_netreg_init();