diff options
author | David S. Miller <davem@davemloft.net> | 2008-06-10 04:54:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-10 04:54:31 -0400 |
commit | 788c0a53164c05c5ccdb1472474372b72ba74644 (patch) | |
tree | 5f274102e3dc4bcca6cb3a695aa2c8228ad5fc4f /drivers/net/Kconfig | |
parent | e64bda89b8fe81cce9b4a20885d2c204c2d52532 (diff) | |
parent | 78cf07472f0ede8394bacc4bc02354505080cfe1 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Conflicts:
drivers/net/ps3_gelic_wireless.c
drivers/net/wireless/libertas/main.c
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d415d81b5444..654a78c31087 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2284,6 +2284,19 @@ config GELIC_WIRELESS | |||
2284 | the driver automatically distinguishes the models, you can | 2284 | the driver automatically distinguishes the models, you can |
2285 | safely enable this option even if you have a wireless-less model. | 2285 | safely enable this option even if you have a wireless-less model. |
2286 | 2286 | ||
2287 | config GELIC_WIRELESS_OLD_PSK_INTERFACE | ||
2288 | bool "PS3 Wireless private PSK interface (OBSOLETE)" | ||
2289 | depends on GELIC_WIRELESS | ||
2290 | help | ||
2291 | This option retains the obsolete private interface to pass | ||
2292 | the PSK from user space programs to the driver. The PSK | ||
2293 | stands for 'Pre Shared Key' and is used for WPA[2]-PSK | ||
2294 | (WPA-Personal) environment. | ||
2295 | If WPA[2]-PSK is used and you need to use old programs that | ||
2296 | support only this old interface, say Y. Otherwise N. | ||
2297 | |||
2298 | If unsure, say N. | ||
2299 | |||
2287 | config GIANFAR | 2300 | config GIANFAR |
2288 | tristate "Gianfar Ethernet" | 2301 | tristate "Gianfar Ethernet" |
2289 | depends on FSL_SOC | 2302 | depends on FSL_SOC |