aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-06-21 15:56:16 +0200
committerEvan Huus <eapache@gmail.com>2015-06-22 17:02:38 +0000
commitd23d53edcd766a5bb332f1b6c66922e3aedcfe85 (patch)
treed4cc8baf505c223ac58725e71b6d70f6685b07e7 /caputils
parentc079420cfcf9526fe36321e6e84bb1ec83c9b6d3 (diff)
ws80211_utils.h: fix empty paragraph passed to '@param' command [-Wdocumentation]
Change-Id: Iecd9f8820840959a2f226120cbc359977d20c757 Reviewed-on: https://code.wireshark.org/review/9009 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/ws80211_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/ws80211_utils.h b/caputils/ws80211_utils.h
index 9586cb797f..4086f50431 100644
--- a/caputils/ws80211_utils.h
+++ b/caputils/ws80211_utils.h
@@ -98,7 +98,7 @@ int ws80211_frequency_to_channel(int freq);
*
* @param name The interface name.
* @param freq The frequency in MHz.
- * @param chan_type
+ * @param chan_type The HT channel type (no, 20Mhz, 40Mhz...).
* @return Zero on success, nonzero on failure.
*/
int ws80211_set_freq(const char *name, int freq, int chan_type);