aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wimax.h
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2009-05-22 00:41:11 -0700
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2009-05-28 18:02:32 -0700
commit7481806dcfd07e9a636155554f6f4b4fbd976381 (patch)
tree3f1aa6027909479f82e4b0b878256967cba2d8bd /include/linux/wimax.h
parentwimax/i2400m: usb: fix device reset on autosuspend while not yet idle (diff)
downloadlinux-dev-7481806dcfd07e9a636155554f6f4b4fbd976381.tar.xz
linux-dev-7481806dcfd07e9a636155554f6f4b4fbd976381.zip
wimax: a new API call was added, increment minor protocol version number
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>
Diffstat (limited to 'include/linux/wimax.h')
-rw-r--r--include/linux/wimax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/wimax.h b/include/linux/wimax.h
index 2f7a6b77d6b3..4fdcc5635518 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,