Searched hist:deb751880af6f2dce6cdc232a7b023f2b58cd815 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | beacon.c | diff deb751880af6f2dce6cdc232a7b023f2b58cd815 Fri May 06 07:57:46 CDT 2011 Rajkumar Manoharan <rmanoharan@atheros.com> ath9k: avoid enabling interrupts while processing rx
The assumsion is that while processing ath9k tasklet, interrupts were already disabled and it will be enabled at the completion of ath9k tasklet. But whenever TSFOOR is raised, the driver configures the beacon timers after having received a beacon frame from the AP which inturn enables the interrupts.
Cc: stable@kernel.org Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | recv.c | diff deb751880af6f2dce6cdc232a7b023f2b58cd815 Fri May 06 07:57:46 CDT 2011 Rajkumar Manoharan <rmanoharan@atheros.com> ath9k: avoid enabling interrupts while processing rx
The assumsion is that while processing ath9k tasklet, interrupts were already disabled and it will be enabled at the completion of ath9k tasklet. But whenever TSFOOR is raised, the driver configures the beacon timers after having received a beacon frame from the AP which inturn enables the interrupts.
Cc: stable@kernel.org Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | ath9k.h | diff deb751880af6f2dce6cdc232a7b023f2b58cd815 Fri May 06 07:57:46 CDT 2011 Rajkumar Manoharan <rmanoharan@atheros.com> ath9k: avoid enabling interrupts while processing rx
The assumsion is that while processing ath9k tasklet, interrupts were already disabled and it will be enabled at the completion of ath9k tasklet. But whenever TSFOOR is raised, the driver configures the beacon timers after having received a beacon frame from the AP which inturn enables the interrupts.
Cc: stable@kernel.org Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|
H A D | main.c | diff deb751880af6f2dce6cdc232a7b023f2b58cd815 Fri May 06 07:57:46 CDT 2011 Rajkumar Manoharan <rmanoharan@atheros.com> ath9k: avoid enabling interrupts while processing rx
The assumsion is that while processing ath9k tasklet, interrupts were already disabled and it will be enabled at the completion of ath9k tasklet. But whenever TSFOOR is raised, the driver configures the beacon timers after having received a beacon frame from the AP which inturn enables the interrupts.
Cc: stable@kernel.org Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|