Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mac80211_hwsim: move Kconfig entry for sorting alphabetically

mac80211_hwsim was not placed alphabetically correctly in menuconfig, fix that.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

+13 -13
+13 -13
drivers/net/wireless/Kconfig
··· 58 58 It has basic support for Linux wireless extensions and initial 59 59 micro support for ethtool. 60 60 61 + config MAC80211_HWSIM 62 + tristate "Simulated radio testing tool for mac80211" 63 + depends on MAC80211 64 + ---help--- 65 + This driver is a developer testing tool that can be used to test 66 + IEEE 802.11 networking stack (mac80211) functionality. This is not 67 + needed for normal wireless LAN usage and is only for testing. See 68 + Documentation/networking/mac80211_hwsim for more information on how 69 + to use this tool. 70 + 71 + To compile this driver as a module, choose M here: the module will be 72 + called mac80211_hwsim. If unsure, say N. 73 + 61 74 config USB_NET_RNDIS_WLAN 62 75 tristate "Wireless RNDIS USB support" 63 76 depends on USB ··· 99 86 only wireless RNDIS chip known to date. 100 87 101 88 If you choose to build a module, it'll be called rndis_wlan. 102 - 103 - config MAC80211_HWSIM 104 - tristate "Simulated radio testing tool for mac80211" 105 - depends on MAC80211 106 - ---help--- 107 - This driver is a developer testing tool that can be used to test 108 - IEEE 802.11 networking stack (mac80211) functionality. This is not 109 - needed for normal wireless LAN usage and is only for testing. See 110 - Documentation/networking/mac80211_hwsim for more information on how 111 - to use this tool. 112 - 113 - To compile this driver as a module, choose M here: the module will be 114 - called mac80211_hwsim. If unsure, say N. 115 89 116 90 endif # WLAN