projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a0a30
)
mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 5 Sep 2012 13:54:51 +0000
(15:54 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 5 Sep 2012 13:55:27 +0000
(15:55 +0200)
Doing so creates warnings, but the function is internal and
not part of the 802.11 docbooks, so it from kerneldoc.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/rx.c
b/net/mac80211/rx.c
index b382605c57339c5c4c36cbb8b0699748947da10a..61c621e9273fe70c26978d42433d58fca60a80b8 100644
(file)
--- a/
net/mac80211/rx.c
+++ b/
net/mac80211/rx.c
@@
-103,7
+103,7
@@
ieee80211_rx_radiotap_len(struct ieee80211_local *local,
return len;
}
-/*
*
+/*
* ieee80211_add_rx_radiotap_header - add radiotap header
*
* add a radiotap header containing all the fields which the hardware provided.