Johannes Berg | 370121e | 2006-01-04 16:32:16 +0100 | [diff] [blame] | 1 | config IEEE80211_SOFTMAC |
| 2 | tristate "Software MAC add-on to the IEEE 802.11 networking stack" |
Johannes Berg | 3282183 | 2006-01-04 16:51:31 +0100 | [diff] [blame] | 3 | depends on IEEE80211 && EXPERIMENTAL |
Randy Dunlap | e4b5fae | 2006-03-27 14:53:41 -0800 | [diff] [blame] | 4 | select WIRELESS_EXT |
Daniel Drake | 76ea4c7 | 2006-06-01 15:34:26 +0100 | [diff] [blame] | 5 | select IEEE80211_CRYPT_WEP |
Johannes Berg | 370121e | 2006-01-04 16:32:16 +0100 | [diff] [blame] | 6 | ---help--- |
| 7 | This option enables the hardware independent software MAC addon |
| 8 | for the IEEE 802.11 networking stack. |
| 9 | |
| 10 | config IEEE80211_SOFTMAC_DEBUG |
| 11 | bool "Enable full debugging output" |
| 12 | depends on IEEE80211_SOFTMAC |