From bzolnier@gmail.com Tue Aug 25 22:21:11 2009 From: Bartlomiej Zolnierkiewicz Date: Sun, 23 Aug 2009 15:30:11 +0200 Subject: Staging: rt28x0: add SIOCGIWNAME support to rt_ioctl_giwscan() To: "Greg Kroah-Hartman" Cc: devel@driverdev.osuosl.org, Bartlomiej Zolnierkiewicz , Marcin Slusarz , Mike Galbraith , linux-kernel@vger.kernel.org Message-ID: <20090823133011.17784.65671.sendpatchset@localhost.localdomain> From: Bartlomiej Zolnierkiewicz Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rt2860/sta_ioctl.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/staging/rt2860/sta_ioctl.c +++ b/drivers/staging/rt2860/sta_ioctl.c @@ -981,7 +981,6 @@ int rt_ioctl_giwscan(struct net_device * 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 * 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;