Message ID | 553DA95E.7010406@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Johannes Berg |
Headers | show |
On Sun, 2015-04-26 at 20:13 -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > Eliminate 90 of these warnings: > > Warning(..//include/net/mac80211.h:1682): No description found for parameter 'drv_priv[0]' Applied, thanks. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 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().