Date: Wed, 7 Dec 2016 23:33:59 +0000 (UTC) From: Andriy Voskoboinyk <avos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309695 - head/sys/net80211 Message-ID: <201612072333.uB7NXxlb029697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avos Date: Wed Dec 7 23:33:59 2016 New Revision: 309695 URL: https://svnweb.freebsd.org/changeset/base/309695 Log: net80211: remove obsolete comment. The described LOR should be fixed in r302283. Modified: head/sys/net80211/ieee80211_superg.c Modified: head/sys/net80211/ieee80211_superg.c ============================================================================== --- head/sys/net80211/ieee80211_superg.c Wed Dec 7 23:32:42 2016 (r309694) +++ head/sys/net80211/ieee80211_superg.c Wed Dec 7 23:33:59 2016 (r309695) @@ -909,12 +909,6 @@ ieee80211_ff_node_init(struct ieee80211_ ieee80211_ff_node_cleanup(ni); } -/* - * Note: this comlock acquisition LORs with the node lock: - * - * 1: sta_join1 -> NODE_LOCK -> node_free -> node_cleanup -> ff_node_cleanup -> COM_LOCK - * 2: TBD - */ void ieee80211_ff_node_cleanup(struct ieee80211_node *ni) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612072333.uB7NXxlb029697>