ath9k: Add module parameter to disable hardware crypto
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 24 Feb 2009 11:42:01 +0000 (13:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 Mar 2009 19:39:30 +0000 (14:39 -0500)
commitb3bd89ce956c220fe52a003103f14af48f695fda
tree0a97e7e0b8bd1ae89b8f4cc96e81927fb879cdfe
parent508827ff0ac3981d420edac64a70de7f4e304d38
ath9k: Add module parameter to disable hardware crypto

nohwcrypt=1 module parameter can now be used to disable hardware
crypto in ath9k. While the hardware acceleration handles most cases,
it may be useful to be able to force mac80211 software implementation
to be used for some tests, e.g., with virtual interface combinations
that may not yet be supported in the key cache configuration. In
addition, this allows management frame protection to be tested with
older hardware revisions.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c