Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 118d67df authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman
Browse files

Staging: rt28x0: add SIOCGIWNAME support to rt_ioctl_giwscan()

parent 256311d3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -981,7 +981,6 @@ int rt_ioctl_giwscan(struct net_device *dev,

        previous_ev = current_ev;
		current_ev = iwe_stream_add_event(info, current_ev,end_buf, &iwe, IW_EV_ADDR_LEN);
#ifdef RT30xx
        if (current_ev == previous_ev)
		return -E2BIG;

@@ -1057,7 +1056,6 @@ int rt_ioctl_giwscan(struct net_device *dev,

		previous_ev = current_ev;
		current_ev	 = iwe_stream_add_event(info, current_ev, end_buf, &iwe, IW_EV_ADDR_LEN);
#endif /* RT30xx */
        if (current_ev == previous_ev)
		return -E2BIG;