projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9ea43
)
cfg80211: remove erroneous comment
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 3 May 2016 13:26:40 +0000
(16:26 +0300)
committer
Johannes Berg
<johannes.berg@intel.com>
Thu, 12 May 2016 09:16:24 +0000
(11:16 +0200)
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>
net/wireless/core.h
patch
|
blob
|
blame
|
history
diff --git
a/net/wireless/core.h
b/net/wireless/core.h
index ac44e77ac2f2d975fbc0b39b09147b59c9078dde..f75d7605bc383a7f3def534d262e30589de3e52c 100644
(file)
--- a/
net/wireless/core.h
+++ b/
net/wireless/core.h
@@
-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;