Hi all,
I'm trying to build the Atmel 802.11 USB drivers for kernel
2.6.0-test5, and it doesn't seem to be possible. Building
src/usb/callbacks.c fails because the USB_ST_* constants aren't
defined, and there's also an error about too few arguments to
usb_submit_urb.
Are there any patches or other ways to get this driver integrated into
2.6? I've browsed the sourceforge pages for the driver, but there
appears to be no way to search the mailing lists, you have to browse
through hundreds and hundreds of postings to find something relevant.
Comparing kernel/usb.h and grepping proves that the USB_ST_* constants
have simply disappeared, presumably replaced by some other set of
error codes (

).