diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2008-11-30 13:56:28 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 09:35:45 -0500 |
commit | 8bef7a10014c4579c66579ab47fc1bb9563ac42a (patch) | |
tree | d446d570f9bc3e2f3a9bf946e235e12f8cfb0757 /include/net | |
parent | 02e37ba1298359baa123cf71ffa03d92abd259b2 (diff) |
mac80211: document ieee80211_tx_info.pad
Fixes htmldocs warning:
Warning(mac80211.h:379): No description found for parameter 'pad[2]'
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 0a0c59365db6..e84c922a1b16 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -323,6 +323,7 @@ struct ieee80211_tx_rate { | |||
323 | * @flags: transmit info flags, defined above | 323 | * @flags: transmit info flags, defined above |
324 | * @band: the band to transmit on (use for checking for races) | 324 | * @band: the band to transmit on (use for checking for races) |
325 | * @antenna_sel_tx: antenna to use, 0 for automatic diversity | 325 | * @antenna_sel_tx: antenna to use, 0 for automatic diversity |
326 | * @pad: padding, ignore | ||
326 | * @control: union for control data | 327 | * @control: union for control data |
327 | * @status: union for status data | 328 | * @status: union for status data |
328 | * @driver_data: array of driver_data pointers | 329 | * @driver_data: array of driver_data pointers |