]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ath: Missed to clear key4 of micentry
authorRajkumar Manoharan <rmanoharan@atheros.com>
Wed, 8 Dec 2010 14:31:05 +0000 (20:01 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:13:56 +0000 (15:13 -0800)
commitbcd4fd6f957ec3cccdfa99e9aecc712fe4a35225
tree82e959e3ddd200d2d945aec6b4308af5f17af17e
parentbb0a047d608342d23717beb7a5005ef34119592c
ath: Missed to clear key4 of micentry

commit 998d516d9546eba04dd99ae49a78acb0cf770478 upstream.

key4 of micentry is used, if ATH_CRYPT_CAP_MIC_COMBINED is set.
But is not cleared on key cache reset.

Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/key.c