http://defect.opensolaris.org/bz/show_bug.cgi?id=9289
Summary: known_wlan priority-collision checking needs some
attention
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: ACCEPTED
Severity: normal
Priority: P3
Component: ON library
AssignedTo: renee.danson at sun.com
ReportedBy: renee.danson at sun.com
QAContact: nwam-dev at opensolaris.org
The code that checks for priority collisions when a known_wlan object
is committed can recurse pretty deeply (nwam_known_wlan_commit() calls
nwam_walk_known_wlans() with avoid_priority_collisions_cb() as its callback;
the latter calls nwam_known_wlan_commit if it needs to change the priority
of the currently walked wlan, which does the walk, which calls the callback,
which commits...); need to review the logic and try to eliminate as much of
this as possible.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.