Skip to content

Commit 8b9b2f0

Browse files
committed
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: Johannes Berg <[email protected]>
1 parent 9e9ea43 commit 8b9b2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/wireless/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct cfg80211_registered_device {
5353
/* associated wireless interfaces, protected by rtnl or RCU */
5454
struct list_head wdev_list;
5555
int devlist_generation, wdev_id;
56-
int opencount; /* also protected by devlist_mtx */
56+
int opencount;
5757
wait_queue_head_t dev_wait;
5858

5959
struct list_head beacon_registrations;

0 commit comments

Comments
 (0)