|
@@ -355,6 +355,7 @@ static int wanxl_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
|
|
ifr->ifr_settings.size = size; /* data size wanted */
|
|
ifr->ifr_settings.size = size; /* data size wanted */
|
|
return -ENOBUFS;
|
|
return -ENOBUFS;
|
|
}
|
|
}
|
|
|
|
+ memset(&line, 0, sizeof(line));
|
|
line.clock_type = get_status(port)->clocking;
|
|
line.clock_type = get_status(port)->clocking;
|
|
line.clock_rate = 0;
|
|
line.clock_rate = 0;
|
|
line.loopback = 0;
|
|
line.loopback = 0;
|