projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256311d
)
Staging: rt28x0: add SIOCGIWNAME support to rt_ioctl_giwscan()
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sun, 23 Aug 2009 13:30:11 +0000
(15:30 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:02:22 +0000
(12:02 -0700)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/sta_ioctl.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rt2860/sta_ioctl.c
b/drivers/staging/rt2860/sta_ioctl.c
index 63d52179862a4a1d761dd851a9491e445ccda424..a5aa6227ab47edccac4030ab8b9ccecc9e76afa1 100644
(file)
--- 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 *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;