diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2026-07-08 05:44:57 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2026-07-20 22:37:34 +0000 |
| commit | 4a4bcdc6aa3eb99948a369fe16f5cecf5828e1bb (patch) | |
| tree | 7bb3dfa949ac0da8ca3957523225f92aede0adcb /sys/dev/usb | |
| parent | 1d89845e90867e2f970c651c342eb07da847b6e9 (diff) | |
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/wlan/if_ural.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_ural.c b/sys/dev/usb/wlan/if_ural.c index adef924a085c..61381ed740f4 100644 --- a/sys/dev/usb/wlan/if_ural.c +++ b/sys/dev/usb/wlan/if_ural.c @@ -1189,6 +1189,8 @@ ural_tx_raw(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni, STAILQ_REMOVE_HEAD(&sc->tx_free, next); sc->tx_nfree--; + ieee80211_output_seqno_assign(ni, -1, m0); + data->m = m0; data->ni = ni; data->rate = rate; |
