patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / net / plip.c
index 4b8256c..43f923c 100644 (file)
@@ -1217,7 +1217,10 @@ 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;
 
        switch(pc->pcmd) {
        case PLIP_GET_TIMEOUT: