patch-2.4.22 linux-2.4.22/drivers/atm/nicstar.h

Next file: linux-2.4.22/drivers/atm/zatm.c
Previous file: linux-2.4.22/drivers/atm/nicstar.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/atm/nicstar.h linux-2.4.22/drivers/atm/nicstar.h
@@ -96,6 +96,7 @@
 /* ESI stuff ******************************************************************/
 
 #define NICSTAR_EPROM_MAC_ADDR_OFFSET 0x6C
+#define NICSTAR_EPROM_MAC_ADDR_OFFSET_ALT 0xF6
 
 
 /* #defines *******************************************************************/
@@ -749,6 +750,15 @@
 } vc_map;
 
 
+struct ns_skb_data
+{
+	struct atm_vcc *vcc;
+	int iovcnt;
+};
+
+#define NS_SKB(skb) (((struct ns_skb_data *) (skb)->cb))
+
+
 typedef struct ns_dev
 {
    int index;				/* Card ID to the device driver */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)