Skip to content

Commit

Permalink
cfg80211: remove erroneous comment
Browse files Browse the repository at this point in the history
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 <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg committed May 12, 2016
1 parent 9e9ea43 commit 8b9b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8b9b2f0

Please sign in to comment.