On Sat, 24 Sep 2005 13:43:42 +0300, Denis Vlasenko <[email protected]> wrote:
> /* F5U011 only does one packet per RX */
> if (catc->is_f5u011)
> break;
>- pkt_start += (((pkt_len + 1) >> 6) + 1) << 6;
>+ pkt_start += ((pkt_len + 2) + 63) & ~63;
pkt_start += ((pkt_len + 1) + 64) & ~63;
Seems more clear to me.
Grant.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|