]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] orinoco: don't use any padding for Tx frames
authorPavel Roskin <proski@gnu.org>
Fri, 7 Apr 2006 08:10:41 +0000 (04:10 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Apr 2006 20:15:51 +0000 (16:15 -0400)
commit8d5be088263b0d3dbb7e7959b7c403b3d026a5d3
tree912fd8275e7f96a22f3c4935ffba86a520e97b63
parent6b61626290900f12b7f3978f57f329da6811fb59
[PATCH] orinoco: don't use any padding for Tx frames

hermes_bap_pwrite() supports odd-sized packets now.   There is no
minimal packet size for 802.11.  Also, hermes_bap_pwrite() supports
odd-sized packets now.  This removes all reasons to pad the Tx data.

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