Page MenuHomeFreeBSD

net80211: eliminate copy-paste nearby ieee80211_check_rxseq()
ClosedPublic

Authored by avos on Oct 30 2015, 8:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 24 2024, 7:38 PM
Unknown Object (File)
Feb 9 2024, 7:38 AM
Unknown Object (File)
Dec 20 2023, 12:46 AM
Unknown Object (File)
Oct 14 2023, 11:21 AM
Unknown Object (File)
Sep 19 2023, 1:00 AM
Unknown Object (File)
Aug 8 2023, 1:16 AM
Unknown Object (File)
Jul 29 2023, 10:03 AM
Unknown Object (File)
Jun 14 2023, 8:38 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to net80211: eliminate copy-paste nearby ieee80211_check_rxseq().
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: adrian.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
sys/net80211/ieee80211_adhoc.c
441 ↗(On Diff #9835)

.. what about the rxseqs[] assignment here? Where's it now being done?

sys/net80211/ieee80211_adhoc.c
441 ↗(On Diff #9835)

in the ieee80211_check_rxseq() ('ok' path)

sys/net80211/ieee80211_adhoc.c
441 ↗(On Diff #9835)

It looks like in this patch you removed all of the instances though!

sys/net80211/ieee80211_input.h
241 ↗(On Diff #9835)

this?

sys/net80211/ieee80211_adhoc.c
441 ↗(On Diff #9835)

I've just moved duplicated code into ieee80211_check_rxseq() (so, this patch should be a noop)

adrian edited edge metadata.

damn, how'd I miss that! sorry! go for it!

This revision is now accepted and ready to land.Mar 1 2016, 4:29 AM
This revision was automatically updated to reflect the committed changes.