Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wireless: fix 80211 kernel-doc warnings

Fix many of each of these warnings:

Warning(include/net/cfg80211.h:519): No description found for parameter 'rxrate'
Warning(include/net/mac80211.h:1163): bad line:

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Randy Dunlap and committed by
John W. Linville
858022aa 6e9d592f

+3 -2
+2 -1
include/net/cfg80211.h
··· 486 486 * @plink_state: mesh peer link state 487 487 * @signal: signal strength of last received packet in dBm 488 488 * @signal_avg: signal strength average in dBm 489 - * @txrate: current unicast bitrate to this station 489 + * @txrate: current unicast bitrate from this station 490 + * @rxrate: current unicast bitrate to this station 490 491 * @rx_packets: packets received from this station 491 492 * @tx_packets: packets transmitted to this station 492 493 * @tx_retries: cumulative retry counts
+1 -1
include/net/mac80211.h
··· 1160 1160 * @napi_weight: weight used for NAPI polling. You must specify an 1161 1161 * appropriate value here if a napi_poll operation is provided 1162 1162 * by your driver. 1163 - 1163 + * 1164 1164 * @max_rx_aggregation_subframes: maximum buffer size (number of 1165 1165 * sub-frames) to be used for A-MPDU block ack receiver 1166 1166 * aggregation.