提交 8b9b2f06 编写于 作者: J Johannes Berg

cfg80211: remove erroneous comment

The devlist_mtx mutex was removed about two years ago, in favour of just
using RTNL/RCU protection. Remove the comment still referencing it.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 9e9ea439
......@@ -53,7 +53,7 @@ struct cfg80211_registered_device {
/* associated wireless interfaces, protected by rtnl or RCU */
struct list_head wdev_list;
int devlist_generation, wdev_id;
int opencount; /* also protected by devlist_mtx */
int opencount;
wait_queue_head_t dev_wait;
struct list_head beacon_registrations;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册