aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorHamish Martin <[email protected]>2015-12-15 01:14:50 +0000
committerDavid S. Miller <[email protected]>2015-12-16 23:31:00 +0000
commit7bff47da1ee23d00d1257905f2944c29594f799d (patch)
treec5a1423e2e454f628c60d6180ac672086e99ca18 /net/unix/af_unix.c
parentnet: fix warnings in 'make htmldocs' by moving macro definition out of field ... (diff)
downloadkernel-7bff47da1ee23d00d1257905f2944c29594f799d.tar.gz
kernel-7bff47da1ee23d00d1257905f2944c29594f799d.zip
gianfar: Don't enable RX Filer if not supported
After commit 15bf176db1fb ("gianfar: Don't enable the Filer w/o the Parser"), 'TSEC' model controllers (for example as seen on MPC8541E) always have 8 bytes stripped from the front of received frames. Only 'eTSEC' gianfar controllers have the RX Filer capability (amongst other enhancements). Previously this was treated as always enabled for both 'TSEC' and 'eTSEC' controllers. In commit 15bf176db1fb ("gianfar: Don't enable the Filer w/o the Parser") a subtle change was made to the setting of 'uses_rxfcb' to effectively always set it (since 'rx_filer_enable' was always true). This had the side-effect of always stripping 8 bytes from the front of received frames on 'TSEC' type controllers. We now only enable the RX Filer capability on controller types that support it, thereby avoiding the issue for 'TSEC' type controllers. Reviewed-by: Chris Packham <[email protected]> Reviewed-by: Mark Tomlinson <[email protected]> Signed-off-by: Hamish Martin <[email protected]> Reviewed-by: Claudiu Manoil <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions