From b338c33a9ac0ecd10495bff5998efd8f63608ec0 Mon Sep 17 00:00:00 2001 From: Luis R. Rodriguez Date: Thu, 11 Mar 2010 13:31:28 -0800 Subject: [PATCH 0/2] ath9k: few stable interrupt fixes Here's a few stable IRQ fixes for ath9k which have already been merged upstream. We forgot to add the stable tag on them so sending these out manually. The patches in this series apply to the latest 2.6.33.y but for your convenience I have also backported the patches to the latest 2.6.32.y kernel. The 2.6.33.y patches can be found here: http://kernel.org/pub/linux/kernel/people/mcgrof/patches/ath9k/2010-03/33-fixes/01-ath9k-irq/ The 2.6.32.y patches can be found here: http://kernel.org/pub/linux/kernel/people/mcgrof/patches/ath9k/2010-03/32-fixes/01-ath9k-irq/ Senthil Balasubramanian (2): ath9k: Enable TIM timer interrupt only when needed. ath9k: configure the beacon only if the STA is associated drivers/net/wireless/ath/ath9k/ath9k.h | 1 + drivers/net/wireless/ath/ath9k/beacon.c | 7 +++++++ drivers/net/wireless/ath/ath9k/main.c | 24 ++++++++++++++---------- drivers/net/wireless/ath/ath9k/xmit.c | 7 +++---- 4 files changed, 25 insertions(+), 14 deletions(-)