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)
Thu, May 2, 10:02 AM
Unknown Object (File)
Thu, May 2, 10:02 AM
Unknown Object (File)
Fri, Apr 26, 12:52 PM
Unknown Object (File)
Fri, Apr 26, 6:19 AM
Unknown Object (File)
Fri, Apr 26, 5:55 AM
Unknown Object (File)
Fri, Apr 26, 3:32 AM
Unknown Object (File)
Mon, Apr 15, 7:04 PM
Unknown Object (File)
Mon, Apr 8, 10:38 PM

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