Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685214 | Differences between
and this patch

Collapse All | Expand All

(-)src/wl/sys/wl_iw.c.old (-1 / +1 lines)
Lines 117-123 Link Here
117
	ifr.ifr_data = (caddr_t) &ioc;
117
	ifr.ifr_data = (caddr_t) &ioc;
118
118
119
	fs = get_fs();
119
	fs = get_fs();
120
	set_fs(get_ds());
120
	set_fs(KERNEL_DS);
121
#if defined(WL_USE_NETDEV_OPS)
121
#if defined(WL_USE_NETDEV_OPS)
122
	ret = dev->netdev_ops->ndo_do_ioctl(dev, &ifr, SIOCDEVPRIVATE);
122
	ret = dev->netdev_ops->ndo_do_ioctl(dev, &ifr, SIOCDEVPRIVATE);
123
#else
123
#else
(-)src/wl/sys/wl_cfg80211_hybrid.c.old (-1 / +1 lines)
Lines 458-464 Link Here
458
	ifr.ifr_data = (caddr_t)&ioc;
458
	ifr.ifr_data = (caddr_t)&ioc;
459
459
460
	fs = get_fs();
460
	fs = get_fs();
461
	set_fs(get_ds());
461
	set_fs(KERNEL_DS);
462
#if defined(WL_USE_NETDEV_OPS)
462
#if defined(WL_USE_NETDEV_OPS)
463
	err = dev->netdev_ops->ndo_do_ioctl(dev, &ifr, SIOCDEVPRIVATE);
463
	err = dev->netdev_ops->ndo_do_ioctl(dev, &ifr, SIOCDEVPRIVATE);
464
#else
464
#else

Return to bug 685214