Re: [PATCH] b43: Enable quantum cryptography support

2008-04-01 Thread Stefanik Gábor
Try the latest GCC 6 development version, that should work. (I tested it on a Core 4 Hexadeca CPU, not sure if it will work on Core 3 Octos, as it seems to use SSE6 instructions. Maybe DDR5 RAM is required, too.) On 4/1/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I tried this patch against

Re: [PATCH] b43: Enable quantum cryptography support

2008-04-01 Thread gavron
I tried this patch against the 3.6 tree and I was unable to get it to compile. It kept saying my version of gcc is too old. Is it my SPROM? Ehud gcc version 5.1.2 20090401 (Red Hat 5.1.2-33) Michael Buesch wrote: > This patch enables support for quantum cryptography on latest b43 devices. > The

Re: [PATCH] b43: Enable quantum cryptography support

2008-04-01 Thread Michael Buesch
On Tuesday 01 April 2008 16:50:19 Mark Hagger wrote: > Excellent, did you manage to implement the time travel support mode as > well? Sure. I used it to actually get one of those q-crypto devices to test the code. ;) -- Greetings Michael. ___ Bcm43xx-d

Re: [PATCH] b43: Enable quantum cryptography support

2008-04-01 Thread Mark Hagger
Excellent, did you manage to implement the time travel support mode as well? Mark On Tue, 2008-04-01 at 16:13 +0200, Michael Buesch wrote: > This patch enables support for quantum cryptography on latest b43 devices. > The quantum cryptography algorithm is 100% backward compatible with the > sta

[PATCH] b43: Enable quantum cryptography support

2008-04-01 Thread Michael Buesch
This patch enables support for quantum cryptography on latest b43 devices. The quantum cryptography algorithm is 100% backward compatible with the standard CCMP algorithm, so no additional changes to the mac80211 stack are needed. While staying compatible, it makes the unbreakable(!) WLAN connecti