diff options
author | Tobin C. Harding <[email protected]> | 2017-04-10 13:15:55 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-04-11 16:05:51 +0200 |
commit | dd85d7120f1ed99b86185b3f1b8ab42ea4835fbd (patch) | |
tree | 75ed96c57e4fc272de6594b4eb08f1f19d59fea6 | |
parent | 37ab542e9a8a9005b92601ee9d0b882c7ee3c13e (diff) |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/ks7010/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/ks7010/TODO b/drivers/staging/ks7010/TODO index 87a6dac4890d..d393ca58e231 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 <[email protected]> |