projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fb559
)
cfg80211: drop duplicated documentation of field "reg_notifier"
author
Jérôme Pouiller
<jerome.pouiller@silabs.com>
Fri, 21 Feb 2020 11:56:00 +0000
(12:56 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 24 Feb 2020 09:27:12 +0000
(10:27 +0100)
The field "reg_notifier" was already documented above the definition of
struct wiphy. The comment inside the definition of the struct did not
bring more information.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link:
https://lore.kernel.org/r/20200221115604.594035-6-Jerome.Pouiller@silabs.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
patch
|
blob
|
history
diff --git
a/include/net/cfg80211.h
b/include/net/cfg80211.h
index bd9cc98772804d79a73674da4c0590b60b74415d..90ec1abea960d1cf345dc90a5869289f816ecae8 100644
(file)
--- a/
include/net/cfg80211.h
+++ b/
include/net/cfg80211.h
@@
-4676,7
+4676,6
@@
struct wiphy {
struct ieee80211_supported_band *bands[NUM_NL80211_BANDS];
- /* Lets us get back the wiphy on the callback */
void (*reg_notifier)(struct wiphy *wiphy,
struct regulatory_request *request);