Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wimax: remove unneeded variable | Dan Carpenter | 2010-03-24 | 1 | -2/+0 |
| | | | | | | | We never actually use "dev" so I removed it. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | const: struct nla_policy | Alexey Dobriyan | 2010-02-18 | 1 | -2/+1 |
| | | | | | | | | Make remaining netlink policies as const. Fixup coding style where needed. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | wimax: Add netlink interface to get device state | Paulius Zaleckas | 2009-05-28 | 1 | -0/+86 |
wimax connection manager / daemon has to know what is current state of the device. Previously it was only possible to get notification whet state has changed. Note: By mistake, the new generic netlink's number for WIMAX_GNL_OP_STATE_GET was declared inserting into the existing list of API calls, not appending; thus, it'd break existing API. Fixed by Inaky Perez-Gonzalez <inaky@linux.intel.com> by moving to the tail, where we add to the interface, not modify the interface. Thanks to Stephen Hemminger <shemminger@vyatta.com> for catching this. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |