Re: [PATCH net] net: netcp: fix check of requested timestamping filter

2017-05-15 Thread David Miller
From: Miroslav Lichvar Date: Mon, 15 May 2017 16:04:36 +0200 > The driver doesn't support timestamping of all received packets and > should return error when trying to enable the HWTSTAMP_FILTER_ALL > filter. > > Cc: WingMan Kwok > Cc: Richard Cochran > Signed-off-by: Miroslav Lichvar Applie

Re: [PATCH net] net: netcp: fix check of requested timestamping filter

2017-05-15 Thread Richard Cochran
On Mon, May 15, 2017 at 04:04:36PM +0200, Miroslav Lichvar wrote: > The driver doesn't support timestamping of all received packets and > should return error when trying to enable the HWTSTAMP_FILTER_ALL > filter. > > Cc: WingMan Kwok > Cc: Richard Cochran > Signed-off-by: Miroslav Lichvar Ack

[PATCH net] net: netcp: fix check of requested timestamping filter

2017-05-15 Thread Miroslav Lichvar
The driver doesn't support timestamping of all received packets and should return error when trying to enable the HWTSTAMP_FILTER_ALL filter. Cc: WingMan Kwok Cc: Richard Cochran Signed-off-by: Miroslav Lichvar --- drivers/net/ethernet/ti/netcp_ethss.c | 1 - 1 file changed, 1 deletion(-) dif