commit | 415606588c61230b7b4f0118fc2d64a0c1c4d102 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Sep 11 09:16:21 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 13 15:57:02 2019 +0200 |
tree | a9b65dc916b2015c401c8095cfe6949cf08c86e9 | |
parent | 6cd476d26bf50f87cce33c76c282d6bdb208d840 [diff] |
PTP: introduce new versions of IOCTLs The current version of the IOCTL have a small problem which prevents us from extending the API by making use of reserved fields. In these new IOCTLs, we are now making sure that flags and rsv fields are zero which will allow us to extend the API in the future. Reviewed-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>