Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237455
b: refs/heads/master
c: 1bce85c
h: refs/heads/master
i:
  237453: 0ed78c8
  237451: 7597447
  237447: 53f7246
  237439: 68667e5
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Feb 21, 2011
1 parent 7e1f49a commit 19b7bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 430df7980ef1a522ad2fd1d06e1b6655f2d9320f
refs/heads/master: 1bce85cf9cea85f6b9a27326effef1e05f7cbc23
9 changes: 3 additions & 6 deletions trunk/drivers/net/wireless/rt2x00/rt2x00queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,10 @@ static void rt2x00queue_create_tx_descriptor(struct queue_entry *entry,

/*
* Beacons and probe responses require the tsf timestamp
* to be inserted into the frame, except for a frame that has been injected
* through a monitor interface. This latter is needed for testing a
* monitor interface.
* to be inserted into the frame.
*/
if ((ieee80211_is_beacon(hdr->frame_control) ||
ieee80211_is_probe_resp(hdr->frame_control)) &&
(!(tx_info->flags & IEEE80211_TX_CTL_INJECTED)))
if (ieee80211_is_beacon(hdr->frame_control) ||
ieee80211_is_probe_resp(hdr->frame_control))
__set_bit(ENTRY_TXD_REQ_TIMESTAMP, &txdesc->flags);

/*
Expand Down

0 comments on commit 19b7bfc

Please sign in to comment.