1 --- a/include/net/mac80211.h
2 +++ b/include/net/mac80211.h
3 @@ -386,14 +386,17 @@ struct ieee80211_tx_rate {
4 * @flags: transmit info flags, defined above
5 * @band: the band to transmit on (use for checking for races)
6 * @antenna_sel_tx: antenna to use, 0 for automatic diversity
7 + * @driver_flags: flags for internal driver use
8 * @pad: padding, ignore
9 * @control: union for control data
10 * @status: union for status data
11 * @driver_data: array of driver_data pointers
12 - * @ampdu_ack_len: number of aggregated frames.
13 - * relevant only if IEEE80211_TX_STATUS_AMPDU was set.
14 + * @ampdu_ack_len: number of acked aggregated frames.
15 + * relevant only if ieee80211_tx_status_ampdu was set.
16 * @ampdu_ack_map: block ack bit map for the aggregation.
17 * relevant only if IEEE80211_TX_STATUS_AMPDU was set.
18 + * @ampdu_len: number of aggregated frames.
19 + * relevant only if ieee80211_tx_status_ampdu was set.
20 * @ack_signal: signal strength of the ACK frame
22 struct ieee80211_tx_info {
23 @@ -403,8 +406,8 @@ struct ieee80211_tx_info {
34 @@ -428,7 +431,8 @@ struct ieee80211_tx_info {
43 struct ieee80211_tx_rate driver_rates[