[PATCH] orinoco: optimize Tx exception handling in orinoco
authorPavel Roskin <proski@gnu.org>
Fri, 7 Apr 2006 08:10:34 +0000 (04:10 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Apr 2006 20:15:50 +0000 (16:15 -0400)
commit30c2d3b48176279b1381b00ae86f3d01147d0915
treedb25219cc9fc44a2e5590b1fb01c2923a20078a3
parent4ebe2eb0b388445d18dae34849cc6a9e7c55315f
[PATCH] orinoco: optimize Tx exception handling in orinoco

When processing Tx exception, only read data until addr1.  Rename
hermes_tx_descriptor_802_11 to hermes_txexc_data since it's only used to
Tx exceptions.  Reuse existing hermes_tx_descriptor structure.  Remove
fields after addr1 - they are not read from the card.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco.c
This page took 0.024526 seconds and 5 git commands to generate.