]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] wireless/atmel: fix setting TX key only in ENCODEEXT
authorDan Williams <dcbw@redhat.com>
Sun, 5 Feb 2006 22:52:21 +0000 (17:52 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Feb 2006 13:12:57 +0000 (08:12 -0500)
commit41abd3b9742f18f8b9898fc704bfd7c79c1a35c7
tree1eccba8c615b20d672691d9e293a3af005f0045a
parent8c07e4d55ecd5e35daafe5faca571c93290907a5
[PATCH] wireless/atmel: fix setting TX key only in ENCODEEXT

The previous patch that added ENCODEEXT and AUTH support to the atmel
driver contained a slight error which would cause just setting the TX
key index to also set the encryption key again.  This patch allows any
combination of setting the TX key index and setting an encryption key.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/atmel.c