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)
Wed, Nov 12, 2:52 AM
Unknown Object (File)
Tue, Nov 4, 4:08 PM
Unknown Object (File)
Fri, Oct 31, 1:22 AM
Unknown Object (File)
Sat, Oct 25, 4:10 PM
Unknown Object (File)
Oct 16 2025, 11:07 PM
Unknown Object (File)
Oct 16 2025, 11:07 PM
Unknown Object (File)
Oct 16 2025, 11:07 PM
Unknown Object (File)
Oct 16 2025, 2:21 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 Not Applicable
Unit
Tests Not Applicable

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.