- Extend the RTWN_RIDX VHT macros to include ridx -> VHT { MCS, NSS }
- Use it in the RX completion path
- Add VHT information to the TX completion path
- Add the PHY type to the TX completion path so rate control can eventually know the difference between completion of CCK, OFDM, HT and VHT frames.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 61188 Build 58072: arc lint + arc unit
Event Timeline
Comment Actions
This also looks reasonable.
sys/dev/rtwn/rtl8812a/r12a_rx.c | ||
---|---|---|
115 | This compiles due to the macro having parentheses, but made me double-take when I read it. |
Comment Actions
fuz + this information is used nowhere currently. I'll wait along with D48096 until I see this being used for anything.