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)
Thu, Sep 10, 5:55 AM
Unknown Object (File)
Sun, Sep 6, 10:33 AM
Unknown Object (File)
Sat, Sep 5, 3:34 PM
Unknown Object (File)
Fri, Sep 4, 9:24 AM
Unknown Object (File)
Fri, Sep 4, 3:34 AM
Unknown Object (File)
Fri, Sep 4, 1:49 AM
Unknown Object (File)
Wed, Sep 2, 3:22 AM
Unknown Object (File)
Wed, Sep 2, 3:05 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.