]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] orinoco: refactor and clean up Tx error handling
authorPavel Roskin <proski@gnu.org>
Fri, 7 Apr 2006 08:10:43 +0000 (04:10 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Apr 2006 20:15:51 +0000 (16:15 -0400)
commit470e2aa6dbdd2c7eb6562ae365a17a627f7070e8
treed6ecbf82b73c6cb1700c635704dacbda8baa4b7c
parent8d5be088263b0d3dbb7e7959b7c403b3d026a5d3
[PATCH] orinoco: refactor and clean up Tx error handling

The result of orinoco_xmit() can be OK, dropped packet and busy
transmitter.  Rename labels accordingly.  Increment stats->tx_errors in
one place.  Increment stats->tx_dropped - nobody is doing it for us.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco.c