mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 15:39:42 -04:00
staging: don't recommend using lib80211
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user