]> Git Repo - linux.git/commitdiff
mac80211: fix 90 kernel-doc warnings
authorRandy Dunlap <[email protected]>
Mon, 27 Apr 2015 03:13:34 +0000 (20:13 -0700)
committerJohannes Berg <[email protected]>
Mon, 4 May 2015 10:56:13 +0000 (12:56 +0200)
Eliminate 90 of these warnings:

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

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
include/net/mac80211.h

index b4bef1152c05c52b87dc877e9d4e8b09050842f7..8e3668b44c2984aeb3531d14927dd2bf6b9f88a3 100644 (file)
@@ -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().
This page took 0.064311 seconds and 4 git commands to generate.