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)
Mon, Jan 6, 9:11 PM
Unknown Object (File)
Fri, Jan 3, 6:54 AM
Unknown Object (File)
Fri, Jan 3, 6:54 AM
Unknown Object (File)
Fri, Jan 3, 5:56 AM
Unknown Object (File)
Fri, Dec 20, 3:14 PM
Unknown Object (File)
Nov 25 2024, 4:38 AM
Unknown Object (File)
Nov 22 2024, 3:00 AM
Unknown Object (File)
Oct 6 2024, 6:57 AM
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.