diff mbox

[2.6.31,10/10] wimax: a new API call was added, increment minor protocol version number

Message ID 6c88e32ef9c71ad369892290da00820952cfc402.1243472510.git.inaky@linux.intel.com
State Superseded, archived
Delegated to: David Miller
Headers show

Commit Message

Inaky Perez-Gonzalez May 28, 2009, 1:05 a.m. UTC
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 <inaky@linux.intel.com>
---
 include/linux/wimax.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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,