wl12xx: fix tx_queue_count spurious increment
authorArik Nemtsov <arik@wizery.com>
Sun, 14 Aug 2011 10:17:39 +0000 (13:17 +0300)
committerLuciano Coelho <coelho@ti.com>
Mon, 22 Aug 2011 09:35:32 +0000 (12:35 +0300)
commit04b4d69c89593d907d81a4aa33e4e42a632fe436
tree843bcd2efe9cdf80f4103d29f2a16d51653cb555
parent04216da393e1f6653cc99a58f2fa48d0dde417c0
wl12xx: fix tx_queue_count spurious increment

Only increment the queue count after actually queuing the skb. This
avoids a spurious increment is case of dropped packets.

Also move the Tx-watermark checking code after the packet is enqueued.
This makes the count more accurate - it includes the just-queued
packet.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/main.c