Page MenuHomeFreeBSD

net80211: fix TIM cleanup
ClosedPublic

Authored by avos on Feb 22 2016, 11:39 PM.
Tags
None
Referenced Files
F105757873: D5398.diff
Fri, Dec 20, 6:18 AM
Unknown Object (File)
Oct 6 2024, 12:50 PM
Unknown Object (File)
Oct 6 2024, 10:35 AM
Unknown Object (File)
Oct 3 2024, 10:56 AM
Unknown Object (File)
Oct 1 2024, 4:14 PM
Unknown Object (File)
Oct 1 2024, 11:23 AM
Unknown Object (File)
Sep 29 2024, 11:26 PM
Unknown Object (File)
Sep 28 2024, 1:15 PM
Subscribers

Details

Summary

Remove duplicate 'ni->ni_associd = 0' assignment from ieee80211_node_leave(), since it breaks iv_set_tim() in ic->ic_node_cleanup() (associd is cleared right after this call).

TODO: data races?

Test Plan

Tested with RTL8188EU (HOSTAP mode) and WUSB54GC (STA mode, with powersaving enabled).

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: fix TIM cleanup.
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.
adrian edited edge metadata.

hah, good catch!

This revision is now accepted and ready to land.Feb 23 2016, 5:53 AM
This revision was automatically updated to reflect the committed changes.