|
@@ -975,7 +975,6 @@ static int yam_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
|
|
return -EINVAL; /* Cannot change this parameter when up */
|
|
return -EINVAL; /* Cannot change this parameter when up */
|
|
if ((ym = kmalloc(sizeof(struct yamdrv_ioctl_mcs), GFP_KERNEL)) == NULL)
|
|
if ((ym = kmalloc(sizeof(struct yamdrv_ioctl_mcs), GFP_KERNEL)) == NULL)
|
|
return -ENOBUFS;
|
|
return -ENOBUFS;
|
|
- ym->bitrate = 9600;
|
|
|
|
if (copy_from_user(ym, ifr->ifr_data, sizeof(struct yamdrv_ioctl_mcs))) {
|
|
if (copy_from_user(ym, ifr->ifr_data, sizeof(struct yamdrv_ioctl_mcs))) {
|
|
kfree(ym);
|
|
kfree(ym);
|
|
return -EFAULT;
|
|
return -EFAULT;
|