提交 7481806d 编写于 作者: I Inaky Perez-Gonzalez

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: NInaky Perez-Gonzalez <inaky@linux.intel.com>
上级 2618ab77
...@@ -59,7 +59,7 @@ enum { ...@@ -59,7 +59,7 @@ enum {
* M - Major: change if removing or modifying an existing call. * M - Major: change if removing or modifying an existing call.
* m - minor: change when adding a new call * m - minor: change when adding a new call
*/ */
WIMAX_GNL_VERSION = 00, WIMAX_GNL_VERSION = 01,
/* Generic NetLink attributes */ /* Generic NetLink attributes */
WIMAX_GNL_ATTR_INVALID = 0x00, WIMAX_GNL_ATTR_INVALID = 0x00,
WIMAX_GNL_ATTR_MAX = 10, WIMAX_GNL_ATTR_MAX = 10,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册