]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Reject requests that fail to enable time stamping on both edges.
authorRichard Cochran <richardcochran@gmail.com>
Thu, 14 Nov 2019 18:45:05 +0000 (10:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Nov 2019 20:48:32 +0000 (12:48 -0800)
commit306d5b53b8eed98ee50b5e753bad0f4f4c523316
treea87b4a15a90f4e0d11ccbffd12ab4b232433f80d
parent3f3dce631a7227a01d97ebf91eeef484f1541969
igb: Reject requests that fail to enable time stamping on both edges.

This hardware always time stamps rising and falling edges, and so this
patch validates that the request does contains both edges.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/igb/igb_ptp.c