Re: Adding support for Atheros wireless NICs (ath5k, formerly madwifi)

2008-04-01 Thread Otavio Salvador
Frans Pop <[EMAIL PROTECTED]> writes: > On Tuesday 01 April 2008, Frans Pop wrote: >> Alternative could be to have just blkcipher (~ 8kB) in >> crypto-core-modules and then have just add arc4 and ecb to >> nic-wireless-modules as these don't seem to be needed for other things. > > After some more

Re: Adding support for Atheros wireless NICs (ath5k, formerly madwifi)

2008-04-01 Thread Jérémy Bobbio
On Tue, Apr 01, 2008 at 02:44:47PM +0200, Frans Pop wrote: > Alternative could be to have just blkcipher (~ 8kB) in crypto-core-modules > and then have just add arc4 and ecb to nic-wireless-modules as these don't > seem to be needed for other things. However this would not work in the long > run

Re: Adding support for Atheros wireless NICs (ath5k, formerly madwifi)

2008-04-01 Thread Frans Pop
On Tuesday 01 April 2008, Frans Pop wrote: > Alternative could be to have just blkcipher (~ 8kB) in > crypto-core-modules and then have just add arc4 and ecb to > nic-wireless-modules as these don't seem to be needed for other things. After some more thinking I've decided on this solution. See att