Page MenuHomeFreeBSD

rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 frames
ClosedPublic

Authored by adrian on Dec 2 2024, 7:15 AM.
Referenced Files
F152503982: D47862.diff
Wed, Apr 15, 9:20 AM
Unknown Object (File)
Mon, Apr 13, 10:39 PM
Unknown Object (File)
Mon, Apr 13, 6:48 PM
Unknown Object (File)
Sat, Apr 11, 2:05 PM
Unknown Object (File)
Fri, Apr 10, 2:50 PM
Unknown Object (File)
Fri, Apr 10, 2:16 AM
Unknown Object (File)
Sat, Mar 28, 11:36 AM
Unknown Object (File)
Mon, Mar 23, 12:10 PM
Subscribers

Details

Summary

Using ieee80211_ht_check_tx_ht40() means that not only the
bss and node channel are checked, but the ni_chw value is also
now correctly checked.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

adrian requested review of this revision.Dec 2 2024, 7:15 AM
emaste added inline comments.
sys/dev/rtwn/rtl8812a/r12a_tx.c
62

I'm not sure what this comment is suggesting

sys/dev/rtwn/rtl8812a/r12a_tx.c
62

it's for me to do a sweep afterwards and update this function for VHT80 and VHT40 :-)

This revision was not accepted when it landed; it landed in state Needs Review.Dec 7 2024, 12:23 AM
This revision was automatically updated to reflect the committed changes.