Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202815
b: refs/heads/master
c: 095dfdb
h: refs/heads/master
i:
  202813: 2055dbe
  202811: 7da2321
  202807: 215920a
  202799: ce96086
  202783: 975409c
  202751: 09c99c4
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jun 3, 2010
1 parent d5d53f7 commit 8f036d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: 3a4d4aa2d38e5305b5e93dffdc9dd2f975129328
refs/heads/master: 095dfdb0c479661f437b24b85e31f0d0b841eab6
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,6 @@ static int iwlagn_tx_status_reply_compressed_ba(struct iwl_priv *priv,
info->flags |= IEEE80211_TX_STAT_ACK;
info->flags |= IEEE80211_TX_STAT_AMPDU;
info->status.ampdu_ack_len = successes;
info->status.ampdu_ack_map = bitmap;
info->status.ampdu_len = agg->frame_count;
iwlagn_hwrate_to_tx_control(priv, agg->rate_n_flags, info);

Expand Down
5 changes: 1 addition & 4 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ struct ieee80211_tx_rate {
* @driver_data: array of driver_data pointers
* @ampdu_ack_len: number of acked aggregated frames.
* relevant only if IEEE80211_TX_STAT_AMPDU was set.
* @ampdu_ack_map: block ack bit map for the aggregation.
* relevant only if IEEE80211_TX_STAT_AMPDU was set.
* @ampdu_len: number of aggregated frames.
* relevant only if IEEE80211_TX_STAT_AMPDU was set.
* @ack_signal: signal strength of the ACK frame
Expand Down Expand Up @@ -448,10 +446,9 @@ struct ieee80211_tx_info {
struct {
struct ieee80211_tx_rate rates[IEEE80211_TX_MAX_RATES];
u8 ampdu_ack_len;
u64 ampdu_ack_map;
int ack_signal;
u8 ampdu_len;
/* 7 bytes free */
/* 15 bytes free */
} status;
struct {
struct ieee80211_tx_rate driver_rates[
Expand Down

0 comments on commit 8f036d8

Please sign in to comment.