diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2022-10-16 12:07:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-22 09:58:50 +0200 |
commit | ce51c0c7fae3390f070e6b515e3a57f6bfdfd18e (patch) | |
tree | 34904efe5e074e0de2ea9af7a1a307c640ea1f17 | |
parent | f124c1751844c4592110a292403f342c50a89344 (diff) |
staging: ks7010: Update the TODO file for this driver
Add move to mac80211 from wext to the todo for this driver.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20221016110743.1448067-3-pbrobinson@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/ks7010/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/ks7010/TODO b/drivers/staging/ks7010/TODO index ab6f39175d99..80c97543b977 100644 --- a/drivers/staging/ks7010/TODO +++ b/drivers/staging/ks7010/TODO @@ -27,6 +27,9 @@ 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 +- Switch to use LIB80211. +- Switch to use MAC80211. +- Switch to use CFG80211. Please send any patches to: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |