Page MenuHomeFreeBSD

run(4): fix comparison in run_key_set_cb()
ClosedPublic

Authored by avos on Sep 7 2015, 6:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 21, 11:09 PM
Unknown Object (File)
Fri, Sep 11, 7:15 PM
Unknown Object (File)
Sat, Sep 5, 9:32 AM
Unknown Object (File)
Fri, Sep 4, 11:30 PM
Unknown Object (File)
Thu, Sep 3, 9:51 PM
Unknown Object (File)
Thu, Sep 3, 5:06 PM
Unknown Object (File)
Wed, Sep 2, 3:46 PM
Unknown Object (File)
Tue, Sep 1, 4:39 PM
Subscribers

Details

Summary

Compare IEEE80211_CIPHER_WEP with k->wk_cipher->ic_cipher, not with k->wk_cipher.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

avos retitled this revision from to run(4): fix comparison in run_key_set_cb().
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: kevlo.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
kevlo edited edge metadata.

Works for me, thanks.

This revision is now accepted and ready to land.Sep 8 2015, 7:44 AM
This revision was automatically updated to reflect the committed changes.