Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254809
b: refs/heads/master
c: 404ba3f
h: refs/heads/master
i:
  254807: 6d2b467
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Jul 11, 2011
1 parent 9ef38e3 commit 4f033bc
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: 05801817845b308e1cf0fb8e2700b15dab79afc5
refs/heads/master: 404ba3f029a53597928a20ce33351e77e3259840
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 4f033bc

Please sign in to comment.