]> git.karo-electronics.de Git - karo-tx-linux.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)
commit0d467502b7fc2656f01d7f18ab290c8d41762018
tree1eccba8c615b20d672691d9e293a3af005f0045a
parentab479995b191b4256183956c13caabb86331af8e
[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