From: Krzysztof Halasa <[EMAIL PROTECTED]> Date: Mon, 31 Jul 2006 22:04:33 +0200
> Alexey Kuznetsov <[EMAIL PROTECTED]> writes: > > > All the rest of places just check, that there is enough space > > for their immediate needs. If dev->hard_header() is NULL, it means that > > stack does not need any space at all, so that it does not need to worry. > > Why do you think dev->hard_header == NULL means there is no need for > header space? Isn't it dev->hard_header_len = 0? Why would a device > set hard_header_len to non-zero if it doesn't need header space? If you have headers to prepend for your device, why do you set the header building function to NULL? :-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html