ath9k: fix keycache leak in split tkip case
authorMing Lei <tom.leiming@gmail.com>
Sat, 6 Feb 2010 14:38:23 +0000 (22:38 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Feb 2010 21:50:59 +0000 (16:50 -0500)
commit733da37dab72de6b3f8b0c56b5cdea322f18a684
tree1d87aa2939b2734f9350dd9a6d99784ab901370d
parent29165e4c8b265a415f1fd1dca947b5d4c72abc47
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>
drivers/net/wireless/ath/ath9k/main.c