Commit 8bef7a10 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville

mac80211: document ieee80211_tx_info.pad

Fixes htmldocs warning:

Warning(mac80211.h:379): No description found for parameter 'pad[2]'
Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 02e37ba1
...@@ -323,6 +323,7 @@ struct ieee80211_tx_rate { ...@@ -323,6 +323,7 @@ struct ieee80211_tx_rate {
* @flags: transmit info flags, defined above * @flags: transmit info flags, defined above
* @band: the band to transmit on (use for checking for races) * @band: the band to transmit on (use for checking for races)
* @antenna_sel_tx: antenna to use, 0 for automatic diversity * @antenna_sel_tx: antenna to use, 0 for automatic diversity
* @pad: padding, ignore
* @control: union for control data * @control: union for control data
* @status: union for status data * @status: union for status data
* @driver_data: array of driver_data pointers * @driver_data: array of driver_data pointers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment