Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247106
b: refs/heads/master
c: 18b92ff
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho committed Apr 19, 2011
1 parent a6133ff commit 41470c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: db674d249c1fa20fd6731048f41646b3a2e8bdf5
refs/heads/master: 18b92ffaf33c862e852992e82e17b9fffca8d5a4
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,8 @@ int wl1271_tx_dummy_packet(struct wl1271 *wl)
memset(skb->data, 0, TX_DUMMY_PACKET_SIZE);

skb->pkt_type = TX_PKT_TYPE_DUMMY_REQ;
/* Dummy packets require the TID to be management */
skb->priority = WL1271_TID_MGMT;
/* CONF_TX_AC_VO */
skb->queue_mapping = 0;

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/wl12xx/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ static void wl1271_tx_fill_hdr(struct wl1271 *wl, struct sk_buff *skb,
TX_HW_ATTR_SESSION_COUNTER;

tx_attr |= TX_HW_ATTR_TX_DUMMY_REQ;

/* Dummy packets require the TID to be management */
desc->tid = WL1271_TID_MGMT;
} else {
/* configure the tx attributes */
tx_attr =
Expand Down

0 comments on commit 41470c7

Please sign in to comment.