Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171845
b: refs/heads/master
c: 599bf6a
h: refs/heads/master
i:
  171843: 94c3a3f
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Nov 18, 2009
1 parent a6ca1ee commit c88f12b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e5b1101f59fb3e17a8eb32cca100ae07fd7100e
refs/heads/master: 599bf6a4d64d8399e99514e0e1ef02e97e43238f
7 changes: 5 additions & 2 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,12 @@ struct ieee80211_tx_rate {
* @control: union for control data
* @status: union for status data
* @driver_data: array of driver_data pointers
* @ampdu_ack_len: number of aggregated frames.
* @ampdu_ack_len: number of acked aggregated frames.
* relevant only if IEEE80211_TX_STATUS_AMPDU was set.
* @ampdu_ack_map: block ack bit map for the aggregation.
* relevant only if IEEE80211_TX_STATUS_AMPDU was set.
* @ampdu_len: number of aggregated frames.
* relevant only if IEEE80211_TX_STATUS_AMPDU was set.
* @ack_signal: signal strength of the ACK frame
*/
struct ieee80211_tx_info {
Expand Down Expand Up @@ -428,7 +430,8 @@ struct ieee80211_tx_info {
u8 ampdu_ack_len;
u64 ampdu_ack_map;
int ack_signal;
/* 8 bytes free */
u8 ampdu_len;
/* 7 bytes free */
} status;
struct {
struct ieee80211_tx_rate driver_rates[
Expand Down

0 comments on commit c88f12b

Please sign in to comment.