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


04 Nov, 2008

3 commits


31 Oct, 2008

2 commits


29 Oct, 2008

1 commit


28 Oct, 2008

3 commits

  • ECMA-368 requires that IEs in a beacon must be sorted by element ID. Most
    hardware uses the ordering in the Set IE URC command so get the ordering
    right on the host.

    Also refactor the IE management code:
    - use uwb_ie_next() instead of uwb_ie_for_each().
    - remove unnecessary functions.
    - API is now only uwb_rc_ie_add() and uwb_rc_ie_rm().

    Signed-off-by: David Vrabel

    David Vrabel
     
  • Reference counting the struct uwb_rsv's is safer and easier to get right than
    the transferring ownership of the structures from the PAL to reservation
    manager.

    This fixes an oops in the debug PAL after a reservation timed out.

    Signed-off-by: David Vrabel

    David Vrabel
     
  • The reservation owner should decide the stream index to use based on
    what reservations it's created.

    Signed-off-by: David Vrabel

    David Vrabel
     

20 Oct, 2008

1 commit

  • In the __uwb_beca_find_bymac function the sizeof returns
    the length of a pointer and not the data it is referring
    to. Hence only the first 4 bytes were compared, not the
    entire 6 bytes MAC address. Now the sizeof takes struct
    uwb_mac_addr as argument.

    Signed-off-by: Frank Leipold
    Signed-off-by: David Vrabel

    Frank Leipold
     

16 Oct, 2008

1 commit


15 Oct, 2008

2 commits


17 Sep, 2008

10 commits