]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
mac80211: add missing drv_priv description for TXQ struct
authorJohannes Berg <johannes.berg@intel.com>
Wed, 20 May 2015 13:04:53 +0000 (15:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 20 May 2015 13:04:53 +0000 (15:04 +0200)
The kernel-doc description for the drv_priv member of
struct ieee80211_txq was missing, leading to errors.
Add a suitable description to fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h

index 67e0df14ba0fd1c5b76729908c62104fdbe0496b..887fe95b980547d81b00b8be2648a8415bdc8429 100644 (file)
@@ -1728,6 +1728,7 @@ 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: driver private area, sized by hw->txq_data_size
  *
  * The driver can obtain packets from this queue by calling
  * ieee80211_tx_dequeue().