1. 04 11月, 2014 6 次提交
  2. 31 10月, 2014 5 次提交
  3. 30 10月, 2014 5 次提交
  4. 29 10月, 2014 1 次提交
  5. 27 10月, 2014 9 次提交
  6. 24 10月, 2014 8 次提交
  7. 22 10月, 2014 5 次提交
  8. 21 10月, 2014 1 次提交
    • K
      mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz · 9208247d
      Karl Beldan 提交于
      When the new CONFIG_MAC80211_RC_MINSTREL_VHT is not set (default 'N'),
      there is no behavioral change including in sampling and MCS_GROUP_RATES
      remains 8.
      Otherwise MCS_GROUP_RATES is 10, and a module parameter *vht_only*
      (default 'true'), restricts the rates selection to VHT when VHT is
      supported.
      
      Regarding the debugfs stats buffer:
      It is explicitly increased from 8k to 32k to fit every rates incl. when
      both HT and VHT rates are enabled, as for the format, before:
      type           rate     tpt eprob *prob ret  *ok(*cum)        ok(      cum)
      HT20/LGI ABCDP MCS0     0.0   0.0   0.0   1    0(   0)         0(        0)
      after:
       type           rate      tpt eprob *prob ret  *ok(*cum)        ok(      cum)
       HT20/LGI ABCDP MCS0      0.0   0.0   0.0   1    0(   0)         0(        0)
      VHT40/LGI       MCS5/2    0.0   0.0   0.0   0    0(   0)         0(        0)
      Signed-off-by: NKarl Beldan <karl.beldan@rivierawaves.com>
      Cc: Felix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      9208247d