Skip to content

Commit

Permalink
mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg committed Sep 5, 2012
1 parent c9a0a30 commit 00ea6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00ea6de

Please sign in to comment.