diff options
author | Hamish Guthrie <hamish.guthrie@sonycom.com> | 2010-01-28 06:54:09 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-28 15:21:56 -0500 |
commit | c1596b75c29eb5b32c65ef1e186c8b08c289bf05 (patch) | |
tree | 9380202d85d49bd114c6535ac56a1a116b8154c5 /drivers/net/Kconfig | |
parent | 54233261d5aa2926f080b67ac22f508c9f15e690 (diff) |
ps3_gelic_wireless: Remove PS3 gelic legacy wpa support
The current PS3 gelic wireless driver has support for wireless
extensions. The original PS3 gelic wireless driver exposed a
dedicated API for a dedicated wpa_supplicant driver. This old
API could be enabled with CONFIG_GELIC_WIRELESS_OLD_PSK_INTERFACE,
however, as this is not being used by any distros, and it is being
removed from the driver and from wpa_supplicant.
Signed-off-by: Hamish Guthrie <hamish.guthrie@sonycom.com>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 18ff622703be..6460505ab24c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2354,20 +2354,6 @@ config GELIC_WIRELESS | |||
2354 | the driver automatically distinguishes the models, you can | 2354 | the driver automatically distinguishes the models, you can |
2355 | safely enable this option even if you have a wireless-less model. | 2355 | safely enable this option even if you have a wireless-less model. |
2356 | 2356 | ||
2357 | config GELIC_WIRELESS_OLD_PSK_INTERFACE | ||
2358 | bool "PS3 Wireless private PSK interface (OBSOLETE)" | ||
2359 | depends on GELIC_WIRELESS | ||
2360 | select WEXT_PRIV | ||
2361 | help | ||
2362 | This option retains the obsolete private interface to pass | ||
2363 | the PSK from user space programs to the driver. The PSK | ||
2364 | stands for 'Pre Shared Key' and is used for WPA[2]-PSK | ||
2365 | (WPA-Personal) environment. | ||
2366 | If WPA[2]-PSK is used and you need to use old programs that | ||
2367 | support only this old interface, say Y. Otherwise N. | ||
2368 | |||
2369 | If unsure, say N. | ||
2370 | |||
2371 | config FSL_PQ_MDIO | 2357 | config FSL_PQ_MDIO |
2372 | tristate "Freescale PQ MDIO" | 2358 | tristate "Freescale PQ MDIO" |
2373 | depends on FSL_SOC | 2359 | depends on FSL_SOC |