aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/tx.c
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2011-03-21 16:35:21 +0200
committerLuciano Coelho <coelho@ti.com>2011-04-19 16:49:09 +0300
commit18b92ffaf33c862e852992e82e17b9fffca8d5a4 (patch)
treec2d4474ae12d639974af8efcb0ab043c21a1b3d4 /drivers/net/wireless/wl12xx/tx.c
parentdb674d249c1fa20fd6731048f41646b3a2e8bdf5 (diff)
downloadkernel_samsung_smdk4412-18b92ffaf33c862e852992e82e17b9fffca8d5a4.zip
kernel_samsung_smdk4412-18b92ffaf33c862e852992e82e17b9fffca8d5a4.tar.gz
kernel_samsung_smdk4412-18b92ffaf33c862e852992e82e17b9fffca8d5a4.tar.bz2
wl12xx: set the skbuff priority for dummy packets
The firmware requires dummy packets to be sent using TID 7 (WL1271_TID_MGMT). Instead of hardcoding it in the tx_fill_hdr() function, set it when creating the packet itself. This requires Eliad's fix to set the actual TID in the TX descriptor. Cc: Ido Yariv <ido@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/tx.c')
-rw-r--r--drivers/net/wireless/wl12xx/tx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/wl12xx/tx.c b/drivers/net/wireless/wl12xx/tx.c
index f3031cd..db9e47e 100644
--- a/drivers/net/wireless/wl12xx/tx.c
+++ b/drivers/net/wireless/wl12xx/tx.c
@@ -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 =