1. 21 10月, 2014 1 次提交
    • K
      mac80211: minstrel_ht: Increase the range of handled rate indexes · d4d141ca
      Karl Beldan 提交于
      Since 5935839a ("mac80211: improve minstrel_ht rate sorting by
      throughput & probability"), the rate indexes are manipulated via u8's
      and hence allow for a maximum of 256 mcs_group entries in
      minstrel_mcs_groups.
      
      ATM, minstrel_ht advertizes support up to 3HTSS@40MHz, consuming:
      8(MCS_GROUP_RATES) * (3(SS)*2(GI)*2(BW)+1(CCK)), i.e. 104 entries.
      
      Support for 3VHTSS@80MHz will require:
      10(MCS_GROUP_RATES) * (3(SS)*2(GI)*2(BW)+1(CCK)) +
      10(MCS_GROUP_RATES) * (3(SS)*2(GI)*3(BW)), i.e. 130 + 180 entries.
      
      This change moves from u8s to u16s where necessary.
      Signed-off-by: NKarl Beldan <karl.beldan@rivierawaves.com>
      Cc: Felix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      d4d141ca
  2. 11 9月, 2014 2 次提交
  3. 22 4月, 2013 1 次提交
  4. 06 3月, 2013 2 次提交
  5. 13 2月, 2013 1 次提交
  6. 25 6月, 2010 1 次提交
  7. 03 6月, 2010 1 次提交