Page MenuHomeFreeBSD

net80211: fix TIM cleanup
ClosedPublic

Authored by avos on Feb 22 2016, 11:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 20, 11:53 PM
Unknown Object (File)
Thu, Nov 20, 11:52 PM
Unknown Object (File)
Thu, Nov 20, 11:50 PM
Unknown Object (File)
Thu, Nov 20, 11:46 PM
Unknown Object (File)
Oct 20 2025, 5:16 PM
Unknown Object (File)
Oct 17 2025, 5:28 PM
Unknown Object (File)
Oct 17 2025, 5:28 PM
Unknown Object (File)
Oct 17 2025, 5:28 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.