Page MenuHomeFreeBSD

LinuxKPI: 802.11: remove unneeded re-lookup in lkpi_80211_txq_tx_one()
ClosedPublic

Authored by bz on Feb 18 2024, 9:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 9:51 AM
Unknown Object (File)
Mon, Oct 28, 11:15 AM
Unknown Object (File)
Mon, Oct 21, 6:36 AM
Unknown Object (File)
Mon, Oct 21, 6:36 AM
Unknown Object (File)
Mon, Oct 21, 6:36 AM
Unknown Object (File)
Mon, Oct 21, 6:14 AM
Unknown Object (File)
Sep 27 2024, 7:33 AM
Unknown Object (File)
Sep 24 2024, 4:11 AM

Details

Summary

Given we are passed the lsta in as a function argument there is no
need to re-lookup the sta by ni and possibly not find it.
We know the sta and ni from the lsta and whether it is uploaded to
firmware or not we can check directly from the local lsta flag.

MFC after: 3 days

Diff Detail

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