summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/orinoco/mic.h
Commit message (Collapse)AuthorAgeFilesLines
* orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski2016-12-301-1/+2
| | | | | | | | | | | | | | | | | Eric Biggers pointed out that the orinoco driver pointed scatterlists at the stack. Fix it by switching from ahash to shash. The result should be simpler, faster, and more correct. kvalo: cherry picked from commit 1fef293b8a9850cfa124a53c1d8878d355010403 as I accidentally applied this patch to wireless-drivers-next when I was supposed to apply this wireless-drivers Cc: stable@vger.kernel.org # 4.9 only Reported-by: Eric Biggers <ebiggers3@gmail.com> Signed-off-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
* orinoco: Use ahashHerbert Xu2016-01-271-2/+2
| | | | | | This patch replaces uses the long obsolete hash interface with ahash. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* orinoco: move under intersil vendor directoryKalle Valo2015-11-181-0/+22
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
OpenPOWER on IntegriCloud