summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorJohannes Berg2015-05-20 15:04:53 +0200
committerJohannes Berg2015-05-20 15:04:53 +0200
commitf8bdbb584749420da1a7fea8cc1df18e5c2c4d6c (patch)
treed231c2fd0dcec5b2ec584e5028eec4eba5f30209 /include/net/mac80211.h
parentcfg80211: Switch to PM ops (diff)
downloadkernel-qcow2-linux-f8bdbb584749420da1a7fea8cc1df18e5c2c4d6c.tar.gz
kernel-qcow2-linux-f8bdbb584749420da1a7fea8cc1df18e5c2c4d6c.tar.xz
kernel-qcow2-linux-f8bdbb584749420da1a7fea8cc1df18e5c2c4d6c.zip
mac80211: add missing drv_priv description for TXQ struct
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>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 67e0df14ba0f..887fe95b9805 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -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().