Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21 lines
747 B
Plaintext
21 lines
747 B
Plaintext
config MAC80211_HWSIM
|
|
tristate "Simulated radio testing tool for mac80211"
|
|
depends on MAC80211
|
|
help
|
|
This driver is a developer testing tool that can be used to test
|
|
IEEE 802.11 networking stack (mac80211) functionality. This is not
|
|
needed for normal wireless LAN usage and is only for testing. See
|
|
Documentation/networking/mac80211_hwsim for more information on how
|
|
to use this tool.
|
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
called mac80211_hwsim. If unsure, say N.
|
|
|
|
config VIRT_WIFI
|
|
tristate "Wifi wrapper for ethernet drivers"
|
|
depends on CFG80211
|
|
help
|
|
This option adds support for ethernet connections to appear as if they
|
|
are wifi connections through a special rtnetlink device.
|
|
|