1. 02 10月, 2009 1 次提交
  2. 21 9月, 2009 1 次提交
  3. 16 9月, 2009 1 次提交
  4. 01 9月, 2009 1 次提交
  5. 26 8月, 2009 1 次提交
    • D
      uwb: avoid radio controller reset loops · 0396c215
      David Vrabel 提交于
      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: NDavid Vrabel <david.vrabel@csr.com>
      0396c215
  6. 25 8月, 2009 2 次提交
  7. 01 6月, 2009 2 次提交
  8. 07 4月, 2009 2 次提交
  9. 30 3月, 2009 1 次提交
  10. 23 1月, 2009 1 次提交
  11. 08 1月, 2009 1 次提交
  12. 07 1月, 2009 2 次提交
  13. 06 1月, 2009 1 次提交
  14. 23 12月, 2008 4 次提交
  15. 12 12月, 2008 3 次提交
  16. 26 11月, 2008 2 次提交
  17. 25 11月, 2008 1 次提交
  18. 19 11月, 2008 3 次提交
    • D
      uwb: remove unused beacon group join/leave events · 0996e638
      David Vrabel 提交于
      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: NDavid Vrabel <david.vrabel@csr.com>
      0996e638
    • D
      e8e1594c
    • D
      uwb: add basic radio manager · 6fae35f9
      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: NDavid Vrabel <david.vrabel@csr.com>
      6fae35f9
  19. 17 11月, 2008 1 次提交
  20. 08 11月, 2008 2 次提交
  21. 04 11月, 2008 3 次提交
  22. 31 10月, 2008 2 次提交
  23. 29 10月, 2008 1 次提交
  24. 28 10月, 2008 1 次提交
    • D
      uwb: order IEs by element ID · 1cde7f68
      David Vrabel 提交于
      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: NDavid Vrabel <david.vrabel@csr.com>
      1cde7f68
新手
引导
客服 返回
顶部