]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
wimax: generic device management (registration, deregistration, lookup)
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sun, 21 Dec 2008 00:57:36 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:17 +0000 (10:00 -0800)
commit15530dfd330bd19d14e096f88c70355a61fda3f2
treea0601d6075348b30cf6369f1e86dcbd2e945e9d0
parentea912f4e7f264981faf8665cfb63d46d7f948117
wimax: generic device management (registration, deregistration, lookup)

Implements the basic life cycles of a 'struct wimax_dev', some common
generic netlink functionality for marshalling calls to user space,
and the device state machine.

For looking up net devices based on their generic netlink family IDs,
use a low overhead method that optimizes for the case where most
systems have a single WiMAX device, or at most, a very low number of
WiMAX adaptors.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/wimax/id-table.c [new file with mode: 0644]
net/wimax/stack.c [new file with mode: 0644]