wimax: a new API call was added, increment minor protocol version number
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Fri, 22 May 2009 07:41:11 +0000 (00:41 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Fri, 29 May 2009 01:02:32 +0000 (18:02 -0700)
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

index 2f7a6b77d6b34c95bc8652d58cdd0f098aec18c3..4fdcc563551898fecf27193a1da3e669fd7aeae3 100644 (file)
@@ -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,