[patch 2.6.31 10/10] wimax: a new API call was added, increment minor protocol version number
From: Inaky Perez-Gonzalez <hidden>
Date: 2009-05-28 01:05:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Inaky Perez-Gonzalez <hidden>
Date: 2009-05-28 01:05:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
As the 'state_get' API call was added, we need to increase the minor protocol version number so applications that depend on the can check it's presence. Signed-off-by: Inaky Perez-Gonzalez <redacted> --- include/linux/wimax.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/wimax.h b/include/linux/wimax.h
index c750f42..b40298a 100644
--- a/include/linux/wimax.h
+++ b/include/linux/wimax.h@@ -59,7 +59,7 @@ enum { * M - Major: change if removing or modifying an existing call. * m - minor: change when adding a new call */ - WIMAX_GNL_VERSION = 00, + WIMAX_GNL_VERSION = 01, /* Generic NetLink attributes */ WIMAX_GNL_ATTR_INVALID = 0x00, WIMAX_GNL_ATTR_MAX = 10,
--
1.6.2.3