aboutsummaryrefslogtreecommitdiffstats
path: root/wifi.c
diff options
context:
space:
mode:
authornicowallmeier <>2003-11-28 18:34:55 +0000
committernicowallmeier <>2003-11-28 18:34:55 +0000
commit074d54404ff82e27a6c6849606c0d599126f1780 (patch)
tree0f078e7db1a13ef8abdac378289d1d9a978e4f39 /wifi.c
parent6c7c288d5fe921f4765ba3593e179ee2eeddbb14 (diff)
downloadlcd4linux-074d54404ff82e27a6c6849606c0d599126f1780.tar.gz
[lcd4linux @ 2003-11-28 18:34:55 by nicowallmeier]
Minor bugfixes
Diffstat (limited to 'wifi.c')
-rw-r--r--wifi.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/wifi.c b/wifi.c
index 9a9b136..c1f6f05 100644
--- a/wifi.c
+++ b/wifi.c
@@ -1,4 +1,4 @@
-/* $Id: wifi.c,v 1.1 2003/11/14 05:59:37 reinelt Exp $
+/* $Id: wifi.c,v 1.2 2003/11/28 18:34:55 nicowallmeier Exp $
*
* WIFI specific functions
*
@@ -25,6 +25,9 @@
*
*
* $Log: wifi.c,v $
+ * Revision 1.2 2003/11/28 18:34:55 nicowallmeier
+ * Minor bugfixes
+ *
* Revision 1.1 2003/11/14 05:59:37 reinelt
* added wifi.c wifi.h which have been forgotten at the last checkin
*
@@ -62,13 +65,13 @@ typedef struct {
int Wifi (int *signal, int *link, int *noise)
{
- *signal=0;
- *link=0;
- *noise=0;
int ws, wl, wn;
static int fd=-2;
char buffer[4096];
char *p;
+ *signal=0;
+ *link=0;
+ *noise=0;
if (fd==-1) return -1;
if (fd==-2) {