Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2011 03:02:06 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ath if_ath_tx_ht.c
Message-ID:  <201103030302.p2332TtJ046948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2011-03-03 03:02:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ath          if_ath_tx_ht.c 
  Log:
  SVN rev 219214 on 2011-03-03 03:02:06Z by adrian
  
  Disable trying to do HT/40 and short-GI TX.
  
  These flags are just plain wrong - they're the node flags from negotiation,
  not the configured flags. I'll jump in later on and figure out exactly
  what should be done to properly set these two flags when in both STA mode
  (ie, what the AP says is possible and what's configured) and AP mode
  (ie, where the AP has a configuration, but then negotiates what's possible
  with each node, so per-node configuration can and will differ.)
  
  This allows the 11n 2.4ghz/ht20 mode to associate (but perform poorly still)
  and exchange MCS rates with atheros reference APs and a Cisco/Linksys
  E3000 AP.
  
  Revision  Changes    Path
  1.10      +3 -1      src/sys/dev/ath/if_ath_tx_ht.c



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