Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237015
b: refs/heads/master
c: 8fd369e
h: refs/heads/master
i:
  237013: 4f62906
  237011: 27e9ae3
  237007: 526d23c
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed Feb 3, 2011
1 parent b6a82f8 commit 678ef9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2cf22b897c63df65e7360a1897e5312c58617fbd
refs/heads/master: 8fd369eeaa81d05969787c9ddf9cf3f1a8c4e084
3 changes: 2 additions & 1 deletion trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,8 @@ static int invoke_tx_handlers(struct ieee80211_tx_data *tx)
/* handlers after fragment must be aware of tx info fragmentation! */
CALL_TXH(ieee80211_tx_h_stats);
CALL_TXH(ieee80211_tx_h_encrypt);
CALL_TXH(ieee80211_tx_h_calculate_duration);
if (!(tx->local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL))
CALL_TXH(ieee80211_tx_h_calculate_duration);
#undef CALL_TXH

txh_done:
Expand Down

0 comments on commit 678ef9b

Please sign in to comment.