]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
After reviewing the mcast/sleep station code a little, undo some brain
authorAdrian Chadd <adrian@FreeBSD.org>
Sun, 8 Apr 2012 00:40:16 +0000 (00:40 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sun, 8 Apr 2012 00:40:16 +0000 (00:40 +0000)
commitb43facbff345c659a58264d1e621402e501d8f6f
tree85f5349d3781eb1923f5f973c57456f5c211a03d
parentb30d62be2705ae2d6e44bc08022c4f915903ecd4
After reviewing the mcast/sleep station code a little, undo some brain
damage which I committed when I had less clue about such things.

Don't ever put normal data frames on the mcast software queue.
Just put mcast frames there if needed.

Pass the txq decision into ath_tx_normal_setup(), as we've already made
the decision.  Don't re-do it.

Whilst i'm here, add another random debugging statement.
sys/dev/ath/if_ath_tx.c