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)
Tue, Sep 24, 4:11 AM
Unknown Object (File)
Sun, Sep 15, 9:51 PM
Unknown Object (File)
Thu, Sep 5, 6:10 AM
Unknown Object (File)
Thu, Aug 29, 2:51 PM
Unknown Object (File)
Wed, Aug 28, 1:34 PM
Unknown Object (File)
Jul 23 2024, 11:04 PM
Unknown Object (File)
Jul 23 2024, 4:35 PM
Unknown Object (File)
Jul 20 2024, 9:28 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