diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-09-05 15:54:51 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-09-05 15:55:27 +0200 |
commit | 00ea6deb0cb1af8df4ea899330bfd238c93ef164 (patch) | |
tree | 4282b7ce89136a82f4484a2d7be9172b7bb994b5 /net/mac80211 | |
parent | c9a0a3025262c6395ac1464999cade56cddac3d6 (diff) |
mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header
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>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index b382605c5733..61c621e9273f 100644 --- 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. |