[PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-06 Thread greearb
From: Ben Greear In case where the system is sluggish, we should probably break out early. Maybe this will fix issues where the OS thinks the IRQ handler is not responding and disables the IRQ because 'nobody cared' Signed-off-by: Ben Greear --- drivers/net/wireless/ath/ath9k/recv.c | 4

Re: [PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-07 Thread Felix Fietkau
On 2018-02-07 00:05, gree...@candelatech.com wrote: > From: Ben Greear > > In case where the system is sluggish, we should probably break out > early. Maybe this will fix issues where the OS thinks the IRQ handler > is not responding and disables the IRQ because 'nobody cared' > > Signed-off-by

Re: [PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-07 Thread Johannes Berg
On Wed, 2018-02-07 at 10:16 +0100, Felix Fietkau wrote: > On 2018-02-07 00:05, gree...@candelatech.com wrote: > > From: Ben Greear > > > > In case where the system is sluggish, we should probably break out > > early. Maybe this will fix issues where the OS thinks the IRQ handler > > is not respo

Re: [PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-07 Thread Ben Greear
On 02/07/2018 02:55 AM, Johannes Berg wrote: On Wed, 2018-02-07 at 10:16 +0100, Felix Fietkau wrote: On 2018-02-07 00:05, gree...@candelatech.com wrote: From: Ben Greear In case where the system is sluggish, we should probably break out early. Maybe this will fix issues where the OS thinks

Re: [PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-26 Thread Ben Greear
On 02/07/2018 07:39 AM, Ben Greear wrote: On 02/07/2018 02:55 AM, Johannes Berg wrote: On Wed, 2018-02-07 at 10:16 +0100, Felix Fietkau wrote: On 2018-02-07 00:05, gree...@candelatech.com wrote: From: Ben Greear In case where the system is sluggish, we should probably break out early. May

Re: [PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-26 Thread Arend van Spriel
On 2/26/2018 10:39 PM, Ben Greear wrote: On 02/07/2018 07:39 AM, Ben Greear wrote: On 02/07/2018 02:55 AM, Johannes Berg wrote: On Wed, 2018-02-07 at 10:16 +0100, Felix Fietkau wrote: On 2018-02-07 00:05, gree...@candelatech.com wrote: From: Ben Greear In case where the system is sluggish

Re: [PATCH] ath9k: break out of irq handler after 5 jiffies

2018-02-26 Thread Ben Greear
On 02/26/2018 02:08 PM, Arend van Spriel wrote: On 2/26/2018 10:39 PM, Ben Greear wrote: On 02/07/2018 07:39 AM, Ben Greear wrote: On 02/07/2018 02:55 AM, Johannes Berg wrote: On Wed, 2018-02-07 at 10:16 +0100, Felix Fietkau wrote: On 2018-02-07 00:05, gree...@candelatech.com wrote: From: