Skip to content

Commit

Permalink
mac80211_hwsim: move Kconfig entry for sorting alphabetically
Browse files Browse the repository at this point in the history
mac80211_hwsim was not placed alphabetically correctly in menuconfig, fix that.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Kalle Valo committed Nov 18, 2015
1 parent b5c9b4f commit 6d808eb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ config PCMCIA_WL3501
It has basic support for Linux wireless extensions and initial
micro support for ethtool.

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 USB_NET_RNDIS_WLAN
tristate "Wireless RNDIS USB support"
depends on USB
Expand Down Expand Up @@ -87,17 +100,4 @@ config USB_NET_RNDIS_WLAN

If you choose to build a module, it'll be called rndis_wlan.

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.

endif # WLAN

0 comments on commit 6d808eb

Please sign in to comment.