Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 11:45:58 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net80211 ieee80211_ht.c
Message-ID:  <201103131146.p2DBkF50001188@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bschmidt    2011-03-13 11:45:58 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_ht.c 
  Log:
  SVN rev 219598 on 2011-03-13 11:45:58Z by bschmidt
  
  Change the way HT capatibilities are announced.
  
  Get rid of the assumption that every device is capable of 40MHz,
  SGI and 2 spartial streams. Instead of printing, in the worst case,
  8 times 76 MCS rates, print logically connect ranges and the
  support RX/TX streams.
  
  A device without 40MHz and SGI support looks like:
  ath0: 2T2R
  ath0: 11na MCS 20Mhz
  ath0: MCS 0-7: 6.5Mbps - 65Mbps
  ath0: MCS 8-15: 13Mbps - 130Mbps
  ath0: 11ng MCS 20Mhz
  ath0: MCS 0-7: 6.5Mbps - 65Mbps
  ath0: MCS 8-15: 13Mbps - 130Mbps
  
  Revision  Changes    Path
  1.42      +88 -43    src/sys/net80211/ieee80211_ht.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103131146.p2DBkF50001188>