Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1 | config CFG80211 |
| 2 | tristate "Improved wireless configuration API" |
| 3 | |
Johannes Berg | 2a5e1c0 | 2007-04-23 12:19:12 -0700 | [diff] [blame] | 4 | config WIRELESS_EXT |
| 5 | bool "Wireless extensions" |
| 6 | default n |
| 7 | ---help--- |
| 8 | This option enables the legacy wireless extensions |
| 9 | (wireless network interface configuration via ioctls.) |
| 10 | |
| 11 | Wireless extensions will be replaced by cfg80211 and |
| 12 | will be required only by legacy drivers that implement |
| 13 | wireless extension handlers. |
| 14 | |
| 15 | Say N (if you can) unless you know you need wireless |
| 16 | extensions for external modules. |