Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256460
b: refs/heads/master
c: 3ffca4f
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Jul 11, 2011
1 parent 30d8a77 commit 014dcc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1288aa4e80145d9f4196df32f717b4c1cf6aab61
refs/heads/master: 3ffca4fc404f056ecd79e57515dd7c2670db1fbf
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath5k/desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,13 @@ ath5k_hw_setup_2word_tx_desc(struct ath5k_hw *ah, struct ath5k_desc *desc,
case AR5K_PKT_TYPE_BEACON:
case AR5K_PKT_TYPE_PROBE_RESP:
frame_type = AR5K_AR5210_TX_DESC_FRAME_TYPE_NO_DELAY;
break;
case AR5K_PKT_TYPE_PIFS:
frame_type = AR5K_AR5210_TX_DESC_FRAME_TYPE_PIFS;
break;
default:
frame_type = type;
break;
}

tx_ctl->tx_control_0 |=
Expand Down

0 comments on commit 014dcc1

Please sign in to comment.