]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: don't recommend using lib80211
authorJohannes Berg <johannes.berg@intel.com>
Mon, 7 Oct 2024 18:26:56 +0000 (20:26 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 8 Oct 2024 19:52:28 +0000 (21:52 +0200)
No longer document drivers should switch to lib80211,
they really should never have done that. While at it,
also remove the recommendation to use cfg80211, if it
switches to mac80211 then it implicitly uses cfg80211
but doesn't need to do anything about that, normally.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20241007202707.87481ddcfc00.I2cfb9940807e9c5017a052efcd3d1f2b6dc15fb1@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/staging/ks7010/TODO
drivers/staging/rtl8712/TODO
drivers/staging/rtl8723bs/TODO
drivers/staging/vt6655/TODO
drivers/staging/vt6656/TODO

index 80c97543b97728568466fff5cfe2fc4ab0dac4c7..8ad05b6e394762788db365a3f35d317c23e27c91 100644 (file)
@@ -27,9 +27,7 @@ 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>
index 847c8c41f4f7ff0bd9976df8f77f5d151d2d6759..5aed36efa7cbf4be1ce7c8ff592b6c0eca74c4ac 100644 (file)
@@ -1,6 +1,5 @@
 TODO:
 - merge Realtek's bugfixes and new features into the driver
-- switch to use LIB80211
 - switch to use MAC80211
 - checkpatch.pl fixes - only a few remain
 
index 3d8f5a634a10b128ab951a1e3d8cb5eb02d45e77..4c413f9d3df00fde36ee377fbb79d3712b88da6c 100644 (file)
@@ -5,7 +5,6 @@ TODO:
 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
   of them will require refactoring
 - merge Realtek's bugfixes and new features into the driver
-- switch to use LIB80211
 - switch to use MAC80211
 
 Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
index 63607ef9c97e55418a4d65b6dc66fe6e50e43f9a..7f6870f2ee5d0eab7777db3ad2dbf8ff4c37312c 100644 (file)
@@ -8,7 +8,6 @@ TODO:
   - abstract VT3253 chipset specific code
 - add common vt665x infrastructure
 - kill ttype.h
-- switch to use LIB80211
 - switch to use MAC80211
 - verify unsigned long usage for x86-64 arch
 - reduce .data footprint
index 876cdccb6948c36013e2a7e3d43d9ee74003403f..cca78d2d3cfeb5bbf46ffb548336b51c89175639 100644 (file)
@@ -8,7 +8,6 @@ TODO:
   - abstract VT3184 chipset specific code
 - add common vt665x infrastructure
 - kill ttype.h -- done
-- switch to use LIB80211
 - switch to use MAC80211
 - use kernel coding style
 - sparse fixes