commit | 733da37dab72de6b3f8b0c56b5cdea322f18a684 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Sat Feb 06 22:38:23 2010 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 08 16:50:59 2010 -0500 |
tree | 1d87aa2939b2734f9350dd9a6d99784ab901370d | |
parent | 29165e4c8b265a415f1fd1dca947b5d4c72abc47 [diff] |
ath9k: fix keycache leak in split tkip case If split tkip key is used, ath_delete_key should delete rx key and rx mic key. This patch fixes the leak of hw keycache in the case. Signed-off-by: John W. Linville <linville@tuxdriver.com>