]> git.baikalelectronics.ru Git - kernel.git/commit
orinoco: add orinoco_usb driver
authorDavid Kilroy <kilroyd@googlemail.com>
Sat, 1 May 2010 13:05:41 +0000 (14:05 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 3 May 2010 18:53:08 +0000 (14:53 -0400)
commite95072b85def3339ff37497d918423e5ffbf3f00
treebdd8fe617d4c2fa5b8fd06379f387b5fa1563b65
parented19be1a81618edd3e30de7151b68a5de16a3be2
orinoco: add orinoco_usb driver

This driver uses the core orinoco modules for the bulk of
the functionality. The low level hermes routines (for local bus
cards) are replaced, the driver supplies its own ndo_xmit_start
function, and locking is done with the _bh variant.

Some recent functionality is not available to the USB cards yet
(firmware loading and WPA).

Out-of-tree driver originally written by Manuel Estrada Sainz.

Thanks to Mark Davis for supplying hardware to test the updates.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/orinoco/Kconfig
drivers/net/wireless/orinoco/Makefile
drivers/net/wireless/orinoco/hermes.h
drivers/net/wireless/orinoco/main.c
drivers/net/wireless/orinoco/orinoco.h
drivers/net/wireless/orinoco/orinoco_usb.c [new file with mode: 0644]