Page MenuHomeFreeBSD

rtwn: move to using ieee80211_node_get_txrate()
Needs ReviewPublic

Authored by adrian on Thu, Jan 23, 2:37 AM.
Referenced Files
F109233633: D48606.id150163.diff
Sun, Feb 2, 9:56 AM
F109232618: D48606.id150148.diff
Sun, Feb 2, 9:36 AM
F109229843: D48606.id.diff
Sun, Feb 2, 8:45 AM
Unknown Object (File)
Sat, Feb 1, 2:19 PM
Unknown Object (File)
Sat, Feb 1, 10:56 AM
Unknown Object (File)
Sat, Feb 1, 3:52 AM
Unknown Object (File)
Wed, Jan 29, 4:31 PM
Unknown Object (File)
Tue, Jan 28, 3:16 PM
Subscribers

Details

Reviewers
None
Group Reviewers
wireless
Summary

Migrate the transmit path to use ieee80211_node_get_txrate(), and handle
VHT rates.

Nothing is currently setting VHT rates, but the driver should now
be ready.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61897
Build 58781: arc lint + arc unit

Event Timeline

thj added inline comments.
sys/dev/rtwn/if_rtwn_tx.c
172

We should remove the (void) cast while we are here

bz added inline comments.
sys/dev/rtwn/if_rtwn_tx.c
170

I think you want to leave the 0 out here or you'll only initialize the first element of the struct if I am not mistaken.