projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01f9c6
)
PS3: gelic: Add support for separate cipher selection
author
Masakazu Mokuno
<mokuno@sm.sony.co.jp>
Tue, 25 Mar 2008 07:21:08 +0000
(16:21 +0900)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 25 Mar 2008 20:41:59 +0000
(16:41 -0400)
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>
drivers/net/ps3_gelic_wireless.c
patch
|
blob
|
history
diff --git
a/drivers/net/ps3_gelic_wireless.c
b/drivers/net/ps3_gelic_wireless.c
index ddbc6e475e285fdde2cc2d84c16fdb8023c431be..f9719cfa046cc4793bfd34e58c551ad5867fa049 100644
(file)
--- a/
drivers/net/ps3_gelic_wireless.c
+++ b/
drivers/net/ps3_gelic_wireless.c
@@
-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