04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

09 Nov, 2009

1 commit

  • something-bility is spelled as something-blity
    so a grep for 'blit' would find these lines

    this is so trivial that I didn't split it by subsystem / copy
    additional maintainers - all changes are to comments
    The only purpose is to get fewer false positives when grepping
    around the kernel sources.

    Signed-off-by: Dirk Hohndel
    Signed-off-by: Jiri Kosina

    Dirk Hohndel
     

12 Oct, 2009

1 commit


02 Oct, 2009

1 commit


21 Sep, 2009

1 commit


18 Sep, 2009

1 commit


16 Sep, 2009

1 commit


01 Sep, 2009

1 commit


26 Aug, 2009

1 commit

  • If a radio controller reset attempt occurs while a probe() or remove()
    is in progress it fails and is retried endlessly, potentially preventing
    the probe() or remove() from completing.

    If a reset fails, sleep for a bit before retrying the reset. This
    allows the probe()/remove() to complete.

    Signed-off-by: David Vrabel

    David Vrabel
     

25 Aug, 2009

2 commits


01 Jun, 2009

2 commits


07 Apr, 2009

2 commits


30 Mar, 2009

1 commit


23 Jan, 2009

2 commits


09 Jan, 2009

1 commit


08 Jan, 2009

1 commit


07 Jan, 2009

2 commits


06 Jan, 2009

1 commit


02 Jan, 2009

1 commit


23 Dec, 2008

4 commits


12 Dec, 2008

3 commits


26 Nov, 2008

2 commits


25 Nov, 2008

1 commit


19 Nov, 2008

3 commits

  • The UWB_NOTIF_BG_JOIN/UWB_NOTIF_BG_LEAVE events have been
    superceeded by the channel_changed callback in struct uwb_pal.

    Signed-off-by: David Vrabel

    David Vrabel
     
  • Signed-off-by: David Vrabel

    David Vrabel
     
  • The UWB radio manager coordinates the use of the radio between the
    PALs that may be using it. PALs request use of the radio with
    uwb_radio_start() and the radio manager will start beaconing if its
    not already doing so. When the last PAL has called uwb_radio_stop()
    beaconing will be stopped.

    In the future, the radio manager will have a more sophisticated channel
    selection algorithm, probably following the Channel Selection Policy
    from the WiMedia Alliance when it is finalized. For now, channel 9
    (BG1, TFC1) is selected.

    The user may override the channel selected by the radio manager and may
    force the radio to stop beaconing.

    The WUSB Host Controller PAL makes use of this and there are two new
    debug PAL commands that can be used for testing.

    Signed-off-by: David Vrabel

    David Vrabel
     

17 Nov, 2008

1 commit


08 Nov, 2008

2 commits