summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);