Commit 49d20fac authored by Masakazu Mokuno's avatar Masakazu Mokuno Committed by John W. Linville

PS3: gelic: Add support for separate cipher selection

From version 2.20 of the PS3 system software, the hypervisor allows
the guest OSes to specify separate cipher for group and pairwise.
Signed-off-by: default avatarMasakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c01f9c6f
...@@ -87,7 +87,7 @@ static inline int wpa2_capable(void) ...@@ -87,7 +87,7 @@ static inline int wpa2_capable(void)
static inline int precise_ie(void) static inline int precise_ie(void)
{ {
return 0; /* FIXME */ return (0 <= ps3_compare_firmware_version(2, 2, 0));
} }
/* /*
* post_eurus_cmd helpers * post_eurus_cmd helpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment