]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] orinoco: Read only needed data in __orinoco_ev_txexc().
authorPavel Roskin <proski@gnu.org>
Fri, 23 Sep 2005 08:18:06 +0000 (04:18 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 23 Sep 2005 08:36:13 +0000 (04:36 -0400)
commit48ca703807eba616ad5e384b40e27514bd341a3d
treeca4a41c2a653ff89ff1e713109e9afe4978a12e6
parentd133ae4cd6a3c75c31b1630f906cc9979a11077f
[PATCH] orinoco: Read only needed data in __orinoco_ev_txexc().

Signed-off-by: Pavel Roskin <proski@gnu.org>
Read only needed data in __orinoco_ev_txexc().

Don't read the 802.11 header beyond addr1.  The rest of the frame is not
used currently.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/wireless/orinoco.c