Dan Carpenter 5a46e0f956 isdn: type bug in isdn_net_header()
We use len to store the return value from eth_header().  eth_header()
can return -ETH_HLEN (-14).  We want to pass this back instead of
truncating it to 65522 and returning that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-02-09 15:41:29 -05:00
..
2010-10-04 11:00:55 +02:00
2012-01-02 13:04:55 +01:00
2012-02-09 15:41:29 -05:00
2011-03-31 11:26:23 -03:00
2011-11-02 14:15:41 +01:00
2008-08-02 16:28:20 +02:00