1. 02 2月, 2010 1 次提交
  2. 13 1月, 2010 1 次提交
  3. 23 12月, 2009 1 次提交
    • L
      ath9k: add MCS rate index back to debufs rcstat · c755ad34
      Luis R. Rodriguez 提交于
      Speaking of 802.11n rates in terms of Mbps doesn't really developers
      and is just useful for users. To aid debugging add the MCS index back
      and an HT20/HT40 mode.
      
      New screenshot:
      
          HT    MCS   Rate    Success    Retries   XRetries        PER
                      6.0:          0          0          0          0
                      9.0:          0          0          0          0
                     12.0:         26        260          0         49
                     18.0:         80        804          2         58
                     24.0:          0          0          0          0
                     36.0:          0          0          0          0
                     48.0:          0          0          0          0
                     54.0:          0          0          0          0
        HT20      0   6.5:       1368      13660          0         48
        HT20      1  13.0:          0          0          0          0
        HT20      2  19.5:          0          0          0          0
        HT20      3  26.0:          0          0          0          0
        HT20      4  39.0:          0          0          0          0
        HT20      5  52.0:         55        578         14         43
        HT20      6  58.5:         29        306          8         69
        HT20      7  65.0:         21        210          0         67
        HT20      8  13.0:         21        210          0         56
        HT20      9  26.0:          0          0          0          0
        HT20     10  39.0:          0          0          0          0
        HT20     11  52.0:          0          0          0          0
        HT20     12  78.0:          0          0          0          0
        HT20     13 104.0:          0          0          0          0
        HT20     14 117.0:          0          0          0          0
        HT20     15 130.0:         27        290         10         55
        HT40      0  13.5:         79        687         16         17
        HT40      1  27.5:         60        409         10         17
        HT40      2  40.5:         56        381         21         25
        HT40      3  54.0:         44        302         21         18
        HT40      4  81.5:         19        171          2         14
        HT40      5 108.0:          0          0          0          0
        HT40      6 121.5:          0          0          0          0
        HT40      7 135.0:          0          0          0          0
        HT40      7 150.0:          0          0          0          0
        HT40      8  27.0:          0          0          0          0
        HT40      9  54.0:          0          0          0          0
        HT40     10  81.0:          0          0          0          0
        HT40     11 108.0:         11        100          0         18
        HT40     12 162.0:         23        200          0         22
        HT40     13 216.0:         61        580          0         35
        HT40     14 243.0:         37        271          0         66
        HT40     15 270.0:         65        217          2         73
        HT40     15 300.0:          0          0          0          0
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c755ad34
  4. 29 11月, 2009 2 次提交
  5. 19 11月, 2009 1 次提交
  6. 08 10月, 2009 5 次提交
  7. 29 8月, 2009 1 次提交
  8. 30 7月, 2009 1 次提交
  9. 11 7月, 2009 1 次提交
  10. 04 6月, 2009 3 次提交
  11. 23 4月, 2009 2 次提交
  12. 28 3月, 2009 1 次提交
  13. 17 3月, 2009 3 次提交
  14. 06 3月, 2009 1 次提交
    • J
      ath9k: Add a debugfs interface for controlling virtual wiphys · 39d89cd3
      Jouni Malinen 提交于
      debugfs ath9k/phy#/wiphy can be used to show the current list of
      virtual wiphys and to add/remove virtual wiphys. Eventually, this
      interface could be replaced with a cfg80211/nl80211 command that is
      passed through mac80211.
      
      For example:
      # cat /debug/ath9k/phy0/wiphy
      primary: phy0
      # echo add > /debug/ath9k/phy0/wiphy
      # cat /debug/ath9k/phy0/wiphy
      primary: phy0
      secondary: phy1
      # echo del=phy1 > /debug/ath9k/phy0/wiphy
      # cat /debug/ath9k/phy0/wiphy
      primary: phy0
      
      In addition, following commands can be used to test pausing and
      unpausing of the virtual wiphys:
      pause=phy1
      unpause=phy1
      select=phy1
      (select pauses and unpauses wiphys automatically based on channel)
      schedule=500
      (set wiphy scheduling interval in msec; 0 = disable; default value: 500)
      Signed-off-by: NJouni Malinen <jouni.malinen@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      39d89cd3
  15. 28 2月, 2009 1 次提交
  16. 14 2月, 2009 3 次提交
  17. 12 2月, 2009 1 次提交
  18. 10 2月, 2009 1 次提交
  19. 30 1月, 2009 2 次提交
  20. 13 12月, 2008 1 次提交
  21. 05 12月, 2008 3 次提交