Adrian Chadd 3620e9605c [rsu] convert rsu to use the ieee80211_rx_stats struct to pass up RSSI, PHY and rate information.
I don't yet know which RX descriptor bits map to shortgi, long-gi,
short-preamble, long-preamble, STBC, LDPC, HT40, etc - so I can't
easily add those just yet.

There's apparently no per-frame RX RSSI information exposed so we
also just use the results from the previous calibration task.

This also tidies up how the per-mbuf RSSI is pushed into the frame -
now that it's attached to the mbuf via rx_stats, we don't have to
do any silly hijinx to get it out of the frame processing path.

Tested:

* RTL8712, 1x1 cut 3, STA mode
2016-12-22 21:01:56 +00:00
..
2016-11-08 23:59:41 +00:00
2016-11-24 00:49:00 +00:00
2016-11-17 14:43:13 +00:00
2016-12-12 16:43:31 +00:00
2016-12-04 04:04:57 +00:00
2016-11-08 23:59:41 +00:00
2016-12-22 10:12:19 +00:00
2016-12-20 03:38:14 +00:00
2016-11-08 23:59:41 +00:00
2016-12-07 13:19:19 +00:00