09 Jun, 2017

1 commit


24 Sep, 2014

1 commit

  • Documentation/usb/WUSB-Design-overview.txt states that UWB devices seen
    by a UWB radio controller are added to /sys/bus/uwb/devices, but this
    was not actually being done. This functionality is needed in order for
    UWB peer devices to be enumerated by user mode tools. This patch
    creates a uwb bus type and adds UWB peer devices to it as they are
    discovered by the radio controller.

    Signed-off-by: Thomas Pugliese
    Signed-off-by: Greg Kroah-Hartman

    Thomas Pugliese
     

31 Mar, 2011

1 commit


08 Mar, 2010

1 commit

  • Passing the attribute to the low level IO functions allows all kinds
    of cleanups, by sharing low level IO code without requiring
    an own function for every piece of data.

    Also drivers can extend the attributes with own data fields
    and use that in the low level function.

    This makes the class attributes the same as sysdev_class attributes
    and plain attributes.

    This will allow further cleanups in drivers.

    Full tree sweep converting all users.

    Signed-off-by: Andi Kleen
    Signed-off-by: Greg Kroah-Hartman

    Andi Kleen
     

23 Dec, 2008

1 commit


04 Nov, 2008

1 commit

  • Use an event thread per-radio controller so processing events from one
    radio controller doesn't delay another.

    A radio controller shouldn't have information on devices seen by a
    different radio controller (they may be on different channels) so make the
    beacon cache per-radio controller.

    Signed-off-by: Stefano Panella
    Signed-off-by: David Vrabel

    Stefano Panella
     

17 Sep, 2008

2 commits