Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff419b3f authored by Randy Dunlap's avatar Randy Dunlap Committed by Johannes Berg
Browse files

mac80211: fix 90 kernel-doc warnings



Eliminate 90 of these warnings:

Warning(..//include/net/mac80211.h:1682): No description found for parameter 'drv_priv[0]'

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent caf22d31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1666,6 +1666,8 @@ struct ieee80211_tx_control {
 * @sta: station table entry, %NULL for per-vif queue
 * @tid: the TID for this queue (unused for per-vif queue)
 * @ac: the AC for this queue
 * @drv_priv: data area for driver use, will always be aligned to
 *	sizeof(void *).
 *
 * The driver can obtain packets from this queue by calling
 * ieee80211_tx_dequeue().