diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2015-04-26 20:13:34 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-05-04 12:56:13 +0200 |
commit | ff419b3f95ab7a97c5f72876b53f12a249dacc2a (patch) | |
tree | 7fd3358a05bab852bf570de4c0792b7432daf8b5 /include/net | |
parent | caf22d311a35d1c0c2c73e1f0988276d51175c8f (diff) | |
download | talos-op-linux-ff419b3f95ab7a97c5f72876b53f12a249dacc2a.tar.gz talos-op-linux-ff419b3f95ab7a97c5f72876b53f12a249dacc2a.zip |
mac80211: fix 90 kernel-doc warnings
Eliminate 90 of these warnings:
Warning(..//include/net/mac80211.h:1682): No description found for parameter 'drv_priv[0]'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index b4bef1152c05..8e3668b44c29 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -1666,6 +1666,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(). |