Re: [ath9k-devel] [PATCH 2/4] list.h: add list_cut_position()

2008-08-04 Thread Randy Dunlap
On Mon, 4 Aug 2008 15:48:09 -0700 Luis R. Rodriguez wrote: > This adds list_cut_position() which lets you cut a list into > two lists given a pivot in the list. > > Signed-off-by: Luis R. Rodriguez <[EMAIL PROTECTED]> > --- > include/linux/list.h | 32 > 1 file

[ath9k-devel] ath9k supported device question

2008-08-04 Thread ARP ARP
Hi, I am searching for a new wireless adapter that provides 802.11N support with monitor mode. Are the ath9k drivers providing monitor mode support at this point in time? Specifically, I am looking at a WNDA3100 USB adapter that supposedly has an AR9170 driver according to the INF in the window

Re: [ath9k-devel] [PATCH 2/4] list.h: add list_cut_position()

2008-08-04 Thread Luis R. Rodriguez
On Mon, Aug 04, 2008 at 04:00:11PM -0700, Randy Dunlap wrote: > On Mon, 4 Aug 2008 15:48:09 -0700 Luis R. Rodriguez wrote: > > > This adds list_cut_position() which lets you cut a list into > > two lists given a pivot in the list. > > > > Signed-off-by: Luis R. Rodriguez <[EMAIL PROTECTED]> > > --

Re: [ath9k-devel] Running out of SWIOTLB space

2008-08-04 Thread Juergen Kreileder
Luis R. Rodriguez wrote: > On Mon, Aug 04, 2008 at 03:09:31PM -0700, Juergen Kreileder wrote: >> Robert Hancock wrote: >>> Tejun Heo wrote: Juergen Kreileder wrote: > Robert Hancock wrote: >> Juergen Kreileder wrote: >>> Hi, >>> >>> I get lots of errors like this with 2.6.2

Re: [ath9k-devel] Running out of SWIOTLB space (was: SW-IOMMU / ata_piix errors with 2.6.27-rc1)

2008-08-04 Thread Luis R. Rodriguez
Removing all lists and leaving ath9k-devel. On Mon, Aug 04, 2008 at 03:09:31PM -0700, Juergen Kreileder wrote: > Robert Hancock wrote: > > Tejun Heo wrote: > >> Juergen Kreileder wrote: > >>> Robert Hancock wrote: > Juergen Kreileder wrote: > > Hi, > > > > I get lots of errors lik

[ath9k-devel] Running out of SWIOTLB space (was: SW-IOMMU / ata_piix errors with 2.6.27-rc1)

2008-08-04 Thread Juergen Kreileder
Robert Hancock wrote: > Tejun Heo wrote: >> Juergen Kreileder wrote: >>> Robert Hancock wrote: Juergen Kreileder wrote: > Hi, > > I get lots of errors like this with 2.6.27-rc1 on my > Macbook Pro (3rd generation), 2.6.26 seems to work fine: > > [ 907.524509] DMA: Out

[ath9k-devel] New TODO - 2008-08-04

2008-08-04 Thread Luis R. Rodriguez
In order to help coordination of development here is a revised TODO list based on feedback from the community and on our latest fixups/enhancements. I'd suggest we meet up in #madwifi on freenode following the tradition with MadWifi development so we can coordinate with other developers and users t

Re: [ath9k-devel] [PATCH 4/4] ath9k: Add new Atheros IEEE 802.11n driver

2008-08-04 Thread Luis R. Rodriguez
On Mon, Aug 4, 2008 at 7:23 AM, Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Mon, Aug 04, 2008 at 12:16:41AM -0700, Luis R. Rodriguez wrote: >> This adds the new mac80211 11n ath9k Atheros driver. Only STA support >> is currently enabled and tested. >> >> Signed-off-by: Senthil Balasubramanian

Re: [ath9k-devel] [PATCH 4/4] ath9k: Add new Atheros IEEE 802.11n driver

2008-08-04 Thread Christoph Hellwig
On Mon, Aug 04, 2008 at 12:16:41AM -0700, Luis R. Rodriguez wrote: > This adds the new mac80211 11n ath9k Atheros driver. Only STA support > is currently enabled and tested. > > Signed-off-by: Senthil Balasubramanian <[EMAIL PROTECTED]> > Signed-off-by: Felix Fietkau <[EMAIL PROTECTED]> > Signed-o

Re: [ath9k-devel] [PATCH 3/4] ath5k: remove Atheros 11n devices from supported list

2008-08-04 Thread Pavel Roskin
On Mon, 2008-08-04 at 00:16 -0700, Luis R. Rodriguez wrote: > Remove Atheros 11n devices from being claimed by ath5k as its > now handled by ath9k. > > Signed-off-by: Luis R. Rodriguez <[EMAIL PROTECTED]> Acked-by: Pavel Roskin <[EMAIL PROTECTED]> -- Regards, Pavel Roskin __

Re: [ath9k-devel] [PATCH 4/4] ath9k: Add new Atheros IEEE 802.11n driver [reference to URL]

2008-08-04 Thread Johannes Berg
On Mon, 2008-08-04 at 00:30 -0700, Luis R. Rodriguez wrote: > This adds the new mac80211 11n ath9k Atheros driver. Only STA support > is currently enabled and tested. Couple of comments: ath_softc is _huge_, and the spinlocks in it are at the worst possible place. Placing them together with the d