1. 11 11月, 2008 1 次提交
  2. 16 9月, 2008 1 次提交
  3. 12 9月, 2008 1 次提交
  4. 30 8月, 2008 2 次提交
    • M
      b43: Rewrite TX power adjustment · 18c8adeb
      Michael Buesch 提交于
      This patch rewrites the TX power recalculation algorithms to scale better
      with changed enviromnent. If there's low
      TX traffic, the power will be checked against the desired values
      every 60 seconds.
      If there is high TX traffic, the check is redone every 2 seconds. This improves
      the reaction times a lot and confuses the rate control less.
      It will also reduce the time it initially takes to tune to a new TX power
      value. With the old algorithm it could take about 30 to 45 seconds to settle to
      a new power value. This will happen in about two to four seconds now.
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      18c8adeb
    • M
      b43: Implement dynamic PHY API · ef1a628d
      Michael Buesch 提交于
      This patch implements a dynamic "ops" based PHY API.
      This is needed in order to conveniently support future PHY types
      to avoid the "switch"-hell.
      
      This patch does not change any functionality. It just moves lots
      of code from one place to another and adjusts it for the changed
      data structures.
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ef1a628d
  5. 27 6月, 2008 1 次提交
  6. 14 6月, 2008 1 次提交
  7. 29 5月, 2008 1 次提交
  8. 22 5月, 2008 5 次提交
  9. 15 5月, 2008 1 次提交
  10. 08 5月, 2008 1 次提交
  11. 02 5月, 2008 1 次提交
  12. 09 4月, 2008 5 次提交
  13. 08 3月, 2008 2 次提交
  14. 01 3月, 2008 3 次提交
  15. 16 2月, 2008 1 次提交
    • M
      b43: Add driver load messages · 26bc783f
      Michael Buesch 提交于
      This adds printk messages with basic information about the driver being loaded.
      This information includes a summary of the compiled-in features, which
      simplifies bug-reporting and debugging a lot.
      Also a firmware ID is printed. This is a unique identifier blob for a specific
      version of the firmware. This ID is attached to a specific version of the firmware
      blob in b43-fwcutter (see fwcutter git).
      This helps users to select the right firmware for their device.
      This also makes it possible to use automated scripts to fetch and extract the right
      firmware for the driver. (the script will grep the .ko for the "Firmware-ID: xxx" string.
      While the driver might still support other versions of the firmware for backward
      compatibility, this will always print out the officially supported version, which
      people _should_ use.
      Signed-off-by: NMichael Buesch <mb@bu3sch.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      26bc783f
  16. 06 2月, 2008 1 次提交
  17. 29 1月, 2008 12 次提交