]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51635295bf929fd81b86716166378849cce91b5f
tree0a97e7e0b8bd1ae89b8f4cc96e81927fb879cdfe
parentee92e189e9411744b6a580fc91cd6edc28b1deef
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