Merge to Fedora kernel-2.6.7-1.441
[linux-2.6.git] / drivers / net / plip.c
index 31bbff4..43f923c 100644 (file)
@@ -1217,7 +1217,7 @@ static int
 plip_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
 {
        struct net_local *nl = netdev_priv(dev);
-       struct plipconf *pc = (struct plipconf *) &rq->ifr_data;
+       struct plipconf *pc = (struct plipconf *) &rq->ifr_ifru;
 
        if (cmd != SIOCDEVPLIP)
                return -EOPNOTSUPP;