lkml.org 
[lkml]   [2009]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 13/33] Staging: rt28x0: add SIOCGIWNAME support to rt_ioctl_giwscan()
    From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
    Subject: [PATCH] Staging: rt28x0: add SIOCGIWNAME support to rt_ioctl_giwscan()

    Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
    ---
    drivers/staging/rt2860/sta_ioctl.c | 2 --
    1 file changed, 2 deletions(-)

    Index: b/drivers/staging/rt2860/sta_ioctl.c
    ===================================================================
    --- a/drivers/staging/rt2860/sta_ioctl.c
    +++ b/drivers/staging/rt2860/sta_ioctl.c
    @@ -979,7 +979,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;

    @@ -1055,7 +1054,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;


    \
     
     \ /
      Last update: 2009-08-23 15:57    [W:5.153 / U:0.596 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site