Re: [ath5k-devel] [PATCH v2] ath5k: don't enable MSI, we cannot handle it yet

2008-07-20 Thread Kyle McMartin
On Fri, Jul 18, 2008 at 08:57:39PM +0300, Nick Kossifidis wrote: > > MSI is a nice thing, but we cannot enable it without changing the > > interrupt handler. If we do it, we break MSI capable hardware, > > specifically AR5006 chipset. > > > > Signed-off-by: Pavel Roskin <[EMAIL PROTECTED]> > > Th

Re: [ath5k-devel] [PATCH v2] ath5k: don't enable MSI, we cannot handle it yet

2008-07-20 Thread Henrique de Moraes Holschuh
On Fri, 18 Jul 2008, Nick Kossifidis wrote: > 2008/7/18 Pavel Roskin <[EMAIL PROTECTED]>: > > MSI is a nice thing, but we cannot enable it without changing the > > interrupt handler. If we do it, we break MSI capable hardware, > > specifically AR5006 chipset. > > > > Signed-off-by: Pavel Roskin <[

Re: [ath5k-devel] [PATCH v2] ath5k: don't enable MSI, we cannot handle it yet

2008-07-18 Thread Nick Kossifidis
2008/7/18 Pavel Roskin <[EMAIL PROTECTED]>: > MSI is a nice thing, but we cannot enable it without changing the > interrupt handler. If we do it, we break MSI capable hardware, > specifically AR5006 chipset. > > Signed-off-by: Pavel Roskin <[EMAIL PROTECTED]> > --- > > drivers/net/wireless/ath5k/

[ath5k-devel] [PATCH v2] ath5k: don't enable MSI, we cannot handle it yet

2008-07-18 Thread Pavel Roskin
MSI is a nice thing, but we cannot enable it without changing the interrupt handler. If we do it, we break MSI capable hardware, specifically AR5006 chipset. Signed-off-by: Pavel Roskin <[EMAIL PROTECTED]> --- drivers/net/wireless/ath5k/base.c |5 - 1 files changed, 0 insertions(+), 5 d