]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bgmac: omit the fcs
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 28 Feb 2013 07:16:54 +0000 (07:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2013 20:37:30 +0000 (15:37 -0500)
commit02e711276d444343656c25b91b42996c62726712
treef898d6d6cc38ccd16b722074c67e8bb82d6498d4
parentb2a431915d19893f047e0dd149d0c1b9d2a0b960
bgmac: omit the fcs

Do not include the frame check sequence when adding the skb to
netif_receive_skb(). This causes problems when this interface was
bridged to a wifi ap and a big package should be forwarded from this
Ethernet driver through a bride to the wifi client.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c