diff options
Diffstat (limited to 'include/linux/wimax.h')
| -rw-r--r-- | include/linux/wimax.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/wimax.h b/include/linux/wimax.h index c89de7f4e5b9..4fdcc5635518 100644 --- a/include/linux/wimax.h +++ b/include/linux/wimax.h | |||
| @@ -59,7 +59,7 @@ enum { | |||
| 59 | * M - Major: change if removing or modifying an existing call. | 59 | * M - Major: change if removing or modifying an existing call. |
| 60 | * m - minor: change when adding a new call | 60 | * m - minor: change when adding a new call |
| 61 | */ | 61 | */ |
| 62 | WIMAX_GNL_VERSION = 00, | 62 | WIMAX_GNL_VERSION = 01, |
| 63 | /* Generic NetLink attributes */ | 63 | /* Generic NetLink attributes */ |
| 64 | WIMAX_GNL_ATTR_INVALID = 0x00, | 64 | WIMAX_GNL_ATTR_INVALID = 0x00, |
| 65 | WIMAX_GNL_ATTR_MAX = 10, | 65 | WIMAX_GNL_ATTR_MAX = 10, |
| @@ -78,6 +78,7 @@ enum { | |||
| 78 | WIMAX_GNL_OP_RFKILL, /* Run wimax_rfkill() */ | 78 | WIMAX_GNL_OP_RFKILL, /* Run wimax_rfkill() */ |
| 79 | WIMAX_GNL_OP_RESET, /* Run wimax_rfkill() */ | 79 | WIMAX_GNL_OP_RESET, /* Run wimax_rfkill() */ |
| 80 | WIMAX_GNL_RE_STATE_CHANGE, /* Report: status change */ | 80 | WIMAX_GNL_RE_STATE_CHANGE, /* Report: status change */ |
| 81 | WIMAX_GNL_OP_STATE_GET, /* Request for current state */ | ||
| 81 | }; | 82 | }; |
| 82 | 83 | ||
| 83 | 84 | ||
| @@ -113,6 +114,10 @@ enum { | |||
| 113 | WIMAX_GNL_RESET_IFIDX = 1, | 114 | WIMAX_GNL_RESET_IFIDX = 1, |
| 114 | }; | 115 | }; |
| 115 | 116 | ||
| 117 | /* Atributes for wimax_state_get() */ | ||
| 118 | enum { | ||
| 119 | WIMAX_GNL_STGET_IFIDX = 1, | ||
| 120 | }; | ||
| 116 | 121 | ||
| 117 | /* | 122 | /* |
| 118 | * Attributes for the Report State Change | 123 | * Attributes for the Report State Change |
