From: Tobin C. Harding Date: Mon, 10 Apr 2017 03:15:55 +0000 (+1000) Subject: staging: ks7010: add task to TODO file X-Git-Tag: v4.12-rc1~84^2~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd85d7120f1ed99b86185b3f1b8ab42ea4835fbd;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/TODO b/drivers/staging/ks7010/TODO index 87a6dac4890dc..d393ca58e231f 100644 --- a/drivers/staging/ks7010/TODO +++ b/drivers/staging/ks7010/TODO @@ -27,6 +27,8 @@ Now the TODOs: - fix the 'card removal' event when card is inserted when booting - check what other upstream wireless mechanisms can be used instead of the custom ones here +- replace custom Michael MIC implementation with the kernel + implementation. This task is only required for a *clean* WEXT interface. Please send any patches to: Greg Kroah-Hartman