freebsd-dev/sys/dev/bwn
Adrian Chadd d191ae19a2 [bwn] fix rate control feedback.
* Add a debug print for the xmit completion status fields.
  Yes, I like staring at a stream of DWORDS.

* Set the retrycnt to the number of full frame retries for now;
  I'll figure out how to factor rts/cts failures into it when
  I figure out what the difference is.

  It's -1 because it's not "retries", it's "tries".

It now passes the youtube test.

Tested:

* BCM4312, STA mode
2016-05-04 02:11:45 +00:00
..
if_bwn_debug.h [bwn] break out the 'g' phy code into a separate source file. 2016-05-02 22:58:11 +00:00
if_bwn_misc.h [bwn] migrate bwn_dummy_transmission() back to main, as it'll be used by other PHYs. 2016-05-03 03:24:27 +00:00
if_bwn_phy_g.c [bwn] migrate bwn_dummy_transmission() back to main, as it'll be used by other PHYs. 2016-05-03 03:24:27 +00:00
if_bwn_phy_g.h [bwn] break out the 'g' phy code into a separate source file. 2016-05-02 22:58:11 +00:00
if_bwn_phy_lp.c [bwn] break out the 'g' phy code into a separate source file. 2016-05-02 22:58:11 +00:00
if_bwn_phy_lp.h [bwn] break out the LP PHY code into a separate file. 2016-05-02 21:06:02 +00:00
if_bwn.c [bwn] fix rate control feedback. 2016-05-04 02:11:45 +00:00
if_bwnreg.h [bwn] add PHY types for later PHYs. 2016-05-03 03:27:11 +00:00
if_bwnvar.h Replay r286410. Change KPI of how device drivers that provide wireless 2015-08-27 08:56:39 +00:00