Check if the OWN bit of Tx descriptor instead of Rx descriptor is set
authorkevlo <kevlo@openbsd.org>
Fri, 14 Jul 2023 14:28:47 +0000 (14:28 +0000)
committerkevlo <kevlo@openbsd.org>
Fri, 14 Jul 2023 14:28:47 +0000 (14:28 +0000)
commit5144f9456b7571f2277ed7d51bb71e8b59afe211
treeb03481f2a4f3e5b10bc920f90299bc7f7906f69c
parente3ef26975748060c8991d8b00e98fdbde8b77b77
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@
sys/dev/pci/if_rtwn.c