diff options
author | David S. Miller <davem@davemloft.net> | 2018-12-19 19:36:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-19 19:36:18 +0300 |
commit | 5a862f86b8e86562fc8532160c5530a13e1e944b (patch) | |
tree | 0fa13538752825a01dc98c34dc175271c9341815 /drivers/net/wireless/Kconfig | |
parent | 33f18c96afdf4da20014f834874e2820ee880cde (diff) | |
parent | d359bbce0601c6a19203a4b813a7e3910fcba282 (diff) | |
download | linux-5a862f86b8e86562fc8532160c5530a13e1e944b.tar.xz |
Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Johannes Berg says:
====================
This time we have too many changes to list, highlights:
* virt_wifi - wireless control simulation on top of
another network interface
* hwsim configurability to test capabilities similar
to real hardware
* various mesh improvements
* various radiotap vendor data fixes in mac80211
* finally the nl_set_extack_cookie_u64() we talked
about previously, used for
* peer measurement APIs, right now only with FTM
(flight time measurement) for location
* made nl80211 radio/interface announcements more complete
* various new HE (802.11ax) things:
updates, TWT support, ...
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 166920ae23f8..8c456a66ac3b 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -114,4 +114,11 @@ config USB_NET_RNDIS_WLAN If you choose to build a module, it'll be called rndis_wlan. +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. + endif # WLAN |