提交 f8bdbb58 编写于 作者: J Johannes Berg

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: NJohannes Berg <johannes.berg@intel.com>
上级 262918d8
...@@ -1728,6 +1728,7 @@ struct ieee80211_tx_control { ...@@ -1728,6 +1728,7 @@ struct ieee80211_tx_control {
* @sta: station table entry, %NULL for per-vif queue * @sta: station table entry, %NULL for per-vif queue
* @tid: the TID for this queue (unused for per-vif queue) * @tid: the TID for this queue (unused for per-vif queue)
* @ac: the AC for this 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 * The driver can obtain packets from this queue by calling
* ieee80211_tx_dequeue(). * ieee80211_tx_dequeue().
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册