In the only two existing files using the old tcp_optlen() function, clean up confusing and inconsistent mixing of both byte and word offsets. Document assumptions. David Miller's review sayeth: This is transmit, and the packets can only come from the Linux TCP stack, not some external entity. Untested. No response from testers in 6+ weeks. Signed-off-by: William.Allen.Simpson@gmail.com CC: Michael Chan --- drivers/net/bnx2.c | 22 +++++++++++++--------- drivers/net/tg3.c | 51 +++++++++++++++++++++++---------------------------- include/linux/tcp.h | 5 ----- 3 files changed, 36 insertions(+), 42 deletions(-)