patch-2.4.20 linux-2.4.20/drivers/ieee1394/eth1394.c
Next file: linux-2.4.20/drivers/ieee1394/eth1394.h
Previous file: linux-2.4.20/drivers/ieee1394/dv1394.c
Back to the patch index
Back to the overall index
- Lines: 63
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/ieee1394/eth1394.c
- Orig date:
Fri Aug 2 17:39:44 2002
diff -urN linux-2.4.19/drivers/ieee1394/eth1394.c linux-2.4.20/drivers/ieee1394/eth1394.c
@@ -77,7 +77,7 @@
printk(KERN_ERR fmt, ## args)
static char version[] __devinitdata =
- "eth1394.c:v0.50 15/Jul/01 Ben Collins <bcollins@debian.org>";
+ "$Rev: 546 $ Ben Collins <bcollins@debian.org>";
/* Our ieee1394 highlevel driver */
#define ETHER1394_DRIVER_NAME "ether1394"
@@ -99,6 +99,7 @@
MODULE_AUTHOR("Ben Collins (bcollins@debian.org)");
MODULE_DESCRIPTION("IEEE 1394 IPv4 Driver (IPv4-over-1394 as per RFC 2734)");
+MODULE_LICENSE("GPL");
/* Find our host_info struct for a given host pointer. Must be called
* under spinlock. */
@@ -276,7 +277,7 @@
static void ether1394_reset_priv (struct net_device *dev, int set_mtu)
{
- int flags;
+ unsigned long flags;
struct eth1394_priv *priv = (struct eth1394_priv *)dev->priv;
int phy_id = priv->host->node_id & NODE_MASK;
@@ -477,7 +478,7 @@
* use of some of the fields, since they tell us a little bit
* about the sending machine. */
if (hdr->uf.ether_type == __constant_htons (ETH_P_ARP)) {
- int flags;
+ unsigned long flags;
u16 phy_id = srcid & NODE_MASK;
struct eth1394_priv *priv =
(struct eth1394_priv *)dev->priv;
@@ -525,7 +526,7 @@
{
struct sk_buff *skb;
char *buf = (char *)data;
- int flags;
+ unsigned long flags;
struct net_device *dev = ether1394_find_dev (host);
struct eth1394_priv *priv;
@@ -596,7 +597,7 @@
struct sk_buff *skb = ptask->skb;
struct net_device *dev = ptask->skb->dev;
struct eth1394_priv *priv = (struct eth1394_priv *)dev->priv;
- int flags;
+ unsigned long flags;
/* Statistics */
spin_lock_irqsave (&priv->lock, flags);
@@ -627,7 +628,8 @@
int kmflags = in_interrupt () ? GFP_ATOMIC : GFP_KERNEL;
struct ethhdr *eth;
struct eth1394_priv *priv = (struct eth1394_priv *)dev->priv;
- int proto, flags;
+ int proto;
+ unsigned long flags;
nodeid_t dest_node;
u64 addr;
struct packet_task *ptask = NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)