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
F115737934: D43965.diff
Sun, Apr 27, 10:37 PM
Unknown Object (File)
Thu, Apr 24, 3:28 PM
Unknown Object (File)
Mar 19 2025, 10:45 AM
Unknown Object (File)
Feb 22 2025, 2:12 PM
Unknown Object (File)
Feb 22 2025, 1:55 PM
Unknown Object (File)
Feb 22 2025, 1:32 PM
Unknown Object (File)
Jan 26 2025, 7:37 AM
Unknown Object (File)
Nov 15 2024, 3:10 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 Passed
Unit
No Test Coverage
Build Status
Buildable 56095
Build 52984: arc lint + arc unit