Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: ks7010: add task to TODO file

Driver uses custom Michael MIC implementation. There is already an
implementation within the kernel. There is at least one other driver
already using the kernel implementation
(drivers/net/wireless/intersil/orinoco).

Add task to TODO file.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tobin C. Harding and committed by
Greg Kroah-Hartman
dd85d712 37ab542e

+2
+2
drivers/staging/ks7010/TODO
··· 27 27 - fix the 'card removal' event when card is inserted when booting 28 28 - check what other upstream wireless mechanisms can be used instead of the 29 29 custom ones here 30 + - replace custom Michael MIC implementation with the kernel 31 + implementation. This task is only required for a *clean* WEXT interface. 30 32 31 33 Please send any patches to: 32 34 Greg Kroah-Hartman <gregkh@linuxfoundation.org>