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 /arch/powerpc | |
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 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 | ||||
-rw-r--r-- | arch/powerpc/configs/ps3_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 252401824575..070587ae4f74 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig | |||
@@ -1000,7 +1000,6 @@ CONFIG_TIGON3=y | |||
1000 | CONFIG_SPIDER_NET=m | 1000 | CONFIG_SPIDER_NET=m |
1001 | CONFIG_GELIC_NET=m | 1001 | CONFIG_GELIC_NET=m |
1002 | CONFIG_GELIC_WIRELESS=y | 1002 | CONFIG_GELIC_WIRELESS=y |
1003 | # CONFIG_GELIC_WIRELESS_OLD_PSK_INTERFACE is not set | ||
1004 | # CONFIG_QLA3XXX is not set | 1003 | # CONFIG_QLA3XXX is not set |
1005 | # CONFIG_ATL1 is not set | 1004 | # CONFIG_ATL1 is not set |
1006 | # CONFIG_ATL1E is not set | 1005 | # CONFIG_ATL1E is not set |
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig index 7de127e4ceef..32f7058bb173 100644 --- a/arch/powerpc/configs/ps3_defconfig +++ b/arch/powerpc/configs/ps3_defconfig | |||
@@ -593,7 +593,6 @@ CONFIG_MII=m | |||
593 | CONFIG_NETDEV_1000=y | 593 | CONFIG_NETDEV_1000=y |
594 | CONFIG_GELIC_NET=y | 594 | CONFIG_GELIC_NET=y |
595 | CONFIG_GELIC_WIRELESS=y | 595 | CONFIG_GELIC_WIRELESS=y |
596 | # CONFIG_GELIC_WIRELESS_OLD_PSK_INTERFACE is not set | ||
597 | # CONFIG_NETDEV_10000 is not set | 596 | # CONFIG_NETDEV_10000 is not set |
598 | 597 | ||
599 | # | 598 | # |