CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/14 08:28:47
Modified files:
sys/dev/pci : if_rtwn.c
Log message:
Check if the OWN bit of Tx descriptor instead of Rx descriptor is set
in rtwn_tx().
Because definitions of R92C_TXDW0_OWN and R92C_RXDW0_OWN are the same,
no functional change.
ok stsp@
