Bug 198077 - [run] possible recursive call in hostap mode
Summary: [run] possible recursive call in hostap mode
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-wireless (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 15:46 UTC by Andriy Voskoboinyk
Modified: 2015-02-27 19:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-02-27 15:46:42 UTC
1) run_update_beacon();
2) ieee80211_beacon_update();
3) ieee80211_wme_updateparams_locked();
4) ieee80211_beacon_notify();
5) run_update_beacon();
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-02-27 19:32:42 UTC
My fault (no locks must be held).