Skip to content

Commit

Permalink
PS3: gelic: Add support for separate cipher selection
Browse files Browse the repository at this point in the history
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: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Masakazu Mokuno authored and John W. Linville committed Mar 25, 2008
1 parent c01f9c6 commit 49d20fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ps3_gelic_wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static inline int wpa2_capable(void)

static inline int precise_ie(void)
{
return 0; /* FIXME */
return (0 <= ps3_compare_firmware_version(2, 2, 0));
}
/*
* post_eurus_cmd helpers
Expand Down

0 comments on commit 49d20fa

Please sign in to comment.