Commit 00ea6deb authored by Johannes Berg's avatar Johannes Berg

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent c9a0a302
...@@ -103,7 +103,7 @@ ieee80211_rx_radiotap_len(struct ieee80211_local *local, ...@@ -103,7 +103,7 @@ ieee80211_rx_radiotap_len(struct ieee80211_local *local,
return len; return len;
} }
/** /*
* ieee80211_add_rx_radiotap_header - add radiotap header * ieee80211_add_rx_radiotap_header - add radiotap header
* *
* add a radiotap header containing all the fields which the hardware provided. * add a radiotap header containing all the fields which the hardware provided.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment