aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/ethtool.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
index 79be416f03e6..24418ac78b77 100644
--- a/include/uapi/linux/ethtool.h
+++ b/include/uapi/linux/ethtool.h
@@ -920,9 +920,6 @@ struct ethtool_flash {
920 * for %ETHTOOL_GET_DUMP_FLAG command 920 * for %ETHTOOL_GET_DUMP_FLAG command
921 * @data: data collected for get dump data operation 921 * @data: data collected for get dump data operation
922 */ 922 */
923
924#define ETH_FW_DUMP_DISABLE 0
925
926struct ethtool_dump { 923struct ethtool_dump {
927 __u32 cmd; 924 __u32 cmd;
928 __u32 version; 925 __u32 version;
@@ -931,6 +928,8 @@ struct ethtool_dump {
931 __u8 data[0]; 928 __u8 data[0];
932}; 929};
933 930
931#define ETH_FW_DUMP_DISABLE 0
932
934/* for returning and changing feature sets */ 933/* for returning and changing feature sets */
935 934
936/** 935/**