mac80211: adjust patches based on upstream feedback
[openwrt-10.03/.git] / package / mac80211 / patches / 520-driver_flags.patch
1 --- a/include/net/mac80211.h
2 +++ b/include/net/mac80211.h
3 @@ -390,10 +390,12 @@ struct ieee80211_tx_rate {
4   * @control: union for control data
5   * @status: union for status data
6   * @driver_data: array of driver_data pointers
7 - * @ampdu_ack_len: number of aggregated frames.
8 + * @ampdu_ack_len: number of acked aggregated frames.
9   *     relevant only if IEEE80211_TX_STATUS_AMPDU was set.
10   * @ampdu_ack_map: block ack bit map for the aggregation.
11   *     relevant only if IEEE80211_TX_STATUS_AMPDU was set.
12 + * @ampdu_len: number of aggregated frames.
13 + *     relevant only if IEEE80211_TX_STATUS_AMPDU was set.
14   * @ack_signal: signal strength of the ACK frame
15   */
16  struct ieee80211_tx_info {
17 @@ -428,7 +430,8 @@ struct ieee80211_tx_info {
18                         u8 ampdu_ack_len;
19                         u64 ampdu_ack_map;
20                         int ack_signal;
21 -                       /* 8 bytes free */
22 +                       u8 ampdu_len;
23 +                       /* 7 bytes free */
24                 } status;
25                 struct {
26                         struct ieee80211_tx_rate driver_rates[