Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2011 11:46:03 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net80211 ieee80211_ht.c ieee80211_var.h
Message-ID:  <201106201146.p5KBkI5N046876@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_ht.c ieee80211_var.h 
  Log:
  SVN rev 223331 on 2011-06-20 11:46:03Z by adrian
  
  Add a callback for ADDBA response timeouts.
  
  TX for the given TID needs to be paused during ADDBA requests (and unpaused
  once the session is established.) Since net80211 currently doesn't implement
  software aggregation, if this pause/unpause is done in the driver (as it
  is in my development branch) then it will need to be unpaused both on
  ADDBA response and on ADDBA timeout.
  
  This callback allows the driver to unpause TX for the relevant TID.
  
  Reviewed by:    bschmidt
  
  Revision  Changes    Path
  1.47      +19 -0     src/sys/net80211/ieee80211_ht.c
  1.105     +2 -0      src/sys/net80211/ieee80211_var.h



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