aboutsummaryrefslogtreecommitdiff
path: root/at76c503.h
diff options
context:
space:
mode:
authorjal2 <jal2>2004-06-14 00:05:04 +0000
committerjal2 <jal2>2004-06-14 00:05:04 +0000
commit8b903599a4f8c36d6af6680fa89d2cd457d0660d (patch)
tree1f597e7777f94e51b0aad0739d40eedb5aaaf1aa /at76c503.h
parentd87c176cb727250c62d2fca6535a331298d197eb (diff)
remove debug (hexdump) buffer to further reduce stack usage
Diffstat (limited to 'at76c503.h')
-rw-r--r--at76c503.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/at76c503.h b/at76c503.h
index 02c8476..cf665b1 100644
--- a/at76c503.h
+++ b/at76c503.h
@@ -1,5 +1,5 @@
/* -*- linux-c -*- */
-/* $Id: at76c503.h,v 1.22 2004/04/14 22:15:44 jal2 Exp $
+/* $Id: at76c503.h,v 1.23 2004/06/14 00:05:04 jal2 Exp $
*
* USB at76c503 driver
*
@@ -611,7 +611,9 @@ struct at76c503 {
that the device was unplugged
AT76C503A_NETDEV_REGISTERED signals that register_netdevice
xwas successfully called */
-
+ char obuf[2*256+1]; /* global debug output buffer to reduce stack usage */
+ char obuf_s[3*32]; /* small global debug output buffer to reduce stack usage */
+ struct set_mib_buffer mib_buf; /* global buffer for set_mib calls */
};
#define AT76C503A_UNPLUG 1