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

Collapse All | Expand All

(-)ndiswrapper-1.44/driver/iw_ndis.c (-1 / +5 lines)
Lines 1168-1174 Link Here
1168
		       union iwreq_data *wrqu, char *extra)
1168
		       union iwreq_data *wrqu, char *extra)
1169
{
1169
{
1170
	struct wrap_ndis_device *wnd = netdev_priv(dev);
1170
	struct wrap_ndis_device *wnd = netdev_priv(dev);
1171
	return set_scan(wnd);
1171
1172
	ENTER2("");
1173
	if (wrqu->essid.flags&IW_SCAN_THIS_ESSID)
1174
		EXIT2(return -EOPNOTSUPP);
1175
	EXIT2(return set_scan(wnd));
1172
}
1176
}
1173
1177
1174
static int iw_get_scan(struct net_device *dev, struct iw_request_info *info,
1178
static int iw_get_scan(struct net_device *dev, struct iw_request_info *info,

Return to bug 179061