svn commit: r225308 - user/adrian/if_ath_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Thu Sep 1 06:12:17 UTC 2011


Author: adrian
Date: Thu Sep  1 06:12:16 2011
New Revision: 225308
URL: http://svn.freebsd.org/changeset/base/225308

Log:
  Another bug!

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/README

Modified: user/adrian/if_ath_tx/sys/dev/ath/README
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/README	Thu Sep  1 06:11:16 2011	(r225307)
+++ user/adrian/if_ath_tx/sys/dev/ath/README	Thu Sep  1 06:12:16 2011	(r225308)
@@ -1,6 +1,10 @@
 Things to debug!
 ----------------
 
+< adrian> oh that's a fun bug. if I trigger A-MPDU using an aggregate UDP TX, I'm out of buffers
+< adrian> (as they're all locked up in pending queues)
+< adrian> so I can't send the ADDBA. :P
+
 * Write something in ath_tx_default_comp() that ensures the buffer is unlinked
   (ie, not part of an aggregate)
   - Done


More information about the svn-src-user mailing list