]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Fix reversed logic in eth_type_trans().
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Sep 2005 05:37:53 +0000 (22:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Sep 2005 05:37:53 +0000 (22:37 -0700)
commitc5bb106ae946a8708423fff2caa9d05ed7ae9558
tree9e449cedf8332cc2c37cc96151af5080831e9b0c
parenta97b730b9fe71a547d7bdc31ac614fdef39ca361
[NET]: Fix reversed logic in eth_type_trans().

I got the second compare_eth_addr() test reversed, oops.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethernet/eth.c