1. 06 6月, 2012 1 次提交
  2. 09 5月, 2012 1 次提交
  3. 24 4月, 2012 2 次提交
  4. 13 3月, 2012 1 次提交
    • H
      rt2x00: Fix beacon skew in rt2800pci · 290d6089
      Helmut Schaa 提交于
      rt2800pci is suffering from beacon skew in AP mode. Some powersaving
      clients (like VOIP phones) are getting into trouble after some time
      when the beacon skew is getting too big.
      
      The ralink legacy drivers contain a function that indicates that the
      beacon timer is off by 1us per tbtt. And this function works around
      that by reducing the beacon interval for every 64th beacon transmission
      by 64us (the smallest possible value). Do the same in rt2800pci.
      
      This allows proper powersaving when rt2800pci is used in AP mode.
      Signed-off-by: NHelmut Schaa <helmut.schaa@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      290d6089
  5. 28 2月, 2012 3 次提交
  6. 09 2月, 2012 4 次提交
  7. 07 2月, 2012 3 次提交
  8. 05 1月, 2012 1 次提交
  9. 15 9月, 2011 1 次提交
  10. 02 6月, 2011 1 次提交
  11. 06 5月, 2011 1 次提交
  12. 05 4月, 2011 1 次提交
  13. 31 3月, 2011 1 次提交
  14. 05 3月, 2011 1 次提交
  15. 22 2月, 2011 5 次提交
  16. 01 2月, 2011 1 次提交
  17. 20 1月, 2011 1 次提交
  18. 14 12月, 2010 4 次提交
  19. 18 11月, 2010 1 次提交
  20. 16 11月, 2010 3 次提交
    • I
      rt2x00: Add watchdog functions for HW queue · 8c5765fd
      Ivo van Doorn 提交于
      Add watchdog functions for managing the Queues inside the hardware.
      Normally the driver doesn't have much to do with these queues
      directly, but the Ralink drivers did implement watchdog functions
      for these. These watchdog functions are not triggered that often,
      compared to the other watchdog functions, but I have at least
      seen them trigger once or twice during a long stresstest run.
      
      v2: Add extra documentation for register fields
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Acked-by: NGertjan van Wingerde <gwingerde@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8c5765fd
    • M
      rt2x00: checkpatch.pl error fixes for rt2800.h · fd8dab9a
      Mark Einon 提交于
      rt2800.h:1511: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1511: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1513: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1513: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1515: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1515: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1517: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1517: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1519: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1519: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1521: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1521: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1661: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1661: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1662: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:1662: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:1663: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:2013: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:2013: ERROR: space prohibited before that close parenthesis ')'
      rt2800.h:2014: ERROR: space prohibited after that open parenthesis '('
      rt2800.h:2014: ERROR: space prohibited before that close parenthesis ')'
      Signed-off-by: NMark Einon <mark.einon@gmail.com>
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      fd8dab9a
    • H
      rt2x00: Add TXOP_CTRL_CFG register definition · 961621ab
      Helmut Schaa 提交于
      Remove the magic value initialisation of the TXOP_CTRL_CFG register by
      defining its fields and using them during intialisation. The field
      RESERVED_TRUN_EN is referred to as reserved, however it is set to 1 by
      the legacy drivers. Hence, do the same.
      Signed-off-by: NHelmut Schaa <helmut.schaa@googlemail.com>
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      961621ab
  21. 06 10月, 2010 3 次提交