Kconfig 346 B

12345678910
  1. config IEEE80211_SOFTMAC
  2. tristate "Software MAC add-on to the IEEE 802.11 networking stack"
  3. depends on IEEE80211 && EXPERIMENTAL
  4. ---help---
  5. This option enables the hardware independent software MAC addon
  6. for the IEEE 802.11 networking stack.
  7. config IEEE80211_SOFTMAC_DEBUG
  8. bool "Enable full debugging output"
  9. depends on IEEE80211_SOFTMAC