From: Randy Dunlap <[email protected]>

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]>
---
 include/net/mac80211.h |    2 ++
 1 file changed, 2 insertions(+)

--- lnx-41-rc1.orig/include/net/mac80211.h
+++ lnx-41-rc1/include/net/mac80211.h
@@ -1667,6 +1667,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().
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to