diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2008-05-30 03:52:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-03 15:00:28 -0400 |
commit | f409e348005693016281bf29535c9d0a91b21f77 (patch) | |
tree | 6e80cc0fa56217e7401d66a59ab70821531bf1ae /drivers/net/Kconfig | |
parent | 04b2046c856e36c3c9cf382adb2c0bc8ba780cf7 (diff) |
PS3: gelic: Deprecate the private ioctls in the gelic driver
As the driver has the standard way to handle PSK, deprecate the old
interface.
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 9f6cc8a56073..e52533d75ae1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2283,6 +2283,19 @@ config GELIC_WIRELESS | |||
2283 | the driver automatically distinguishes the models, you can | 2283 | the driver automatically distinguishes the models, you can |
2284 | safely enable this option even if you have a wireless-less model. | 2284 | safely enable this option even if you have a wireless-less model. |
2285 | 2285 | ||
2286 | config GELIC_WIRELESS_OLD_PSK_INTERFACE | ||
2287 | bool "PS3 Wireless private PSK interface (OBSOLETE)" | ||
2288 | depends on GELIC_WIRELESS | ||
2289 | help | ||
2290 | This option retains the obsolete private interface to pass | ||
2291 | the PSK from user space programs to the driver. The PSK | ||
2292 | stands for 'Pre Shared Key' and is used for WPA[2]-PSK | ||
2293 | (WPA-Personal) environment. | ||
2294 | If WPA[2]-PSK is used and you need to use old programs that | ||
2295 | support only this old interface, say Y. Otherwise N. | ||
2296 | |||
2297 | If unsure, say N. | ||
2298 | |||
2286 | config GIANFAR | 2299 | config GIANFAR |
2287 | tristate "Gianfar Ethernet" | 2300 | tristate "Gianfar Ethernet" |
2288 | depends on FSL_SOC | 2301 | depends on FSL_SOC |