Re: [ath9k-devel] [PATCH v4 02/11] ath9k: convert to use bus-agnostic DMA routines

2009-01-15 Thread Sujith
Gabor Juhos wrote: > Sujith rta: > > Gabor Juhos wrote: > >> Convert to use bus-agnostic DMA routines to make it usable on AHB bus as > >> well. > >> > > > > This pretty much makes the previous patch redundant. > > Yes. Although i can merge the two patches, but in my opinion it is easier to > re

Re: [ath9k-devel] [PATCH v4 02/11] ath9k: convert to use bus-agnostic DMA routines

2009-01-15 Thread Gabor Juhos
Sujith írta: > Gabor Juhos wrote: >> Convert to use bus-agnostic DMA routines to make it usable on AHB bus as >> well. >> > > This pretty much makes the previous patch redundant. Yes. Although i can merge the two patches, but in my opinion it is easier to review them in this way. -Gabor __

[ath9k-devel] [PATCH v4 02/11] ath9k: convert to use bus-agnostic DMA routines

2009-01-14 Thread Sujith
Gabor Juhos wrote: > Convert to use bus-agnostic DMA routines to make it usable on AHB bus as well. > This pretty much makes the previous patch redundant. Sujith ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/l

[ath9k-devel] [PATCH v4 02/11] ath9k: convert to use bus-agnostic DMA routines

2009-01-14 Thread Gabor Juhos
Convert to use bus-agnostic DMA routines to make it usable on AHB bus as well. Changes-licensed-under: ISC Signed-off-by: Gabor Juhos Signed-off-by: Imre Kaloz --- drivers/net/wireless/ath9k/beacon.c | 31 ++- drivers/net/wireless/ath9k/main.c | 13 ++-