2008-04-21 17:00:19

by Ivo Van Doorn

[permalink] [raw]
Subject: Please pull 'upstream' branch of rt2x00

Hi John,

Finally a new official rt2x00 release,
off course I have send a lot of patches over the past few weeks
with several bugfixes, but now I am bumping the versions to 2.1.5.

Please consider this patch series for the 2.6.26 kernel,
they are all either bugfixes or minor cleanups.
with the exception of "[PATCH 4/9] rt2x00: Use rt2x00 queue numbering"
which besides a cleanup will also help with the pending mac80211
queue reorganization to QDisc.

Ivo

PS. Don't be alarmed over the "The following changes since commit"
line below which indicates "mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE"
is used as basis. That patch is _not_ present in the rt2x00.git upstream branch
and none of the following patches depend on that patch.

---
The following changes since commit c8b29c460a389a8561189ad2a77fcb697ef35df9:
Ivo van Doorn (1):
mac80211: Add IEEE80211_KEY_FLAG_PAIRWISE

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git/ upstream

Ivo van Doorn (9):
rt2x00: Support hardware RTS and CTS-to-self frames
rt2x00: Remove DRIVER_SUPPORT_MIXED_INTERFACES
rt2x00: Don't enable short preamble for 1MBs
rt2x00: Use rt2x00 queue numbering
rt2x00: Fix quality/activity led handling
rt2x00: Clarify supported chipsets in Kconfig
rt2x00: Add helper macros
rt2x00: Fix kernel-doc
rt2x00: Release rt2x00 2.1.5

drivers/net/wireless/rt2x00/Kconfig | 55 +++++++++++++++++------------
drivers/net/wireless/rt2x00/rt2400pci.c | 36 +++++++------------
drivers/net/wireless/rt2x00/rt2500pci.c | 39 +++++++-------------
drivers/net/wireless/rt2x00/rt2500usb.c | 22 ++++-------
drivers/net/wireless/rt2x00/rt2x00.h | 18 ++++-----
drivers/net/wireless/rt2x00/rt2x00dev.c | 5 ++-
drivers/net/wireless/rt2x00/rt2x00leds.c | 15 ++++++++
drivers/net/wireless/rt2x00/rt2x00lib.h | 6 +++
drivers/net/wireless/rt2x00/rt2x00mac.c | 31 +++++++++-------
drivers/net/wireless/rt2x00/rt2x00pci.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00pci.h | 6 ++-
drivers/net/wireless/rt2x00/rt2x00queue.c | 6 ++--
drivers/net/wireless/rt2x00/rt2x00queue.h | 40 +++++++++++++-------
drivers/net/wireless/rt2x00/rt2x00usb.c | 4 +-
drivers/net/wireless/rt2x00/rt2x00usb.h | 21 +++++++++--
drivers/net/wireless/rt2x00/rt61pci.c | 29 +++++----------
drivers/net/wireless/rt2x00/rt73usb.c | 35 +++++++-----------
17 files changed, 191 insertions(+), 179 deletions(-)


2008-05-10 12:57:07

by Ivo Van Doorn

[permalink] [raw]
Subject: Re: Please pull 'upstream' branch of rt2x00

On Saturday 10 May 2008, drago01 wrote:
> On Sat, May 10, 2008 at 1:37 PM, Ivo van Doorn <[email protected]> wrote:
> > Hi John,
> >
> > Here is a new rt2x00 release.
> > Please note that some patches have been send individually to linux-wireless before,
> > (including the 2 mac80211 patches) but for completeness I have added them to
> > this pull request.
> >
> > This will bump rt2x00 to version 2.1.6, most patches are only intended to make
> > room for future patches like the mac80211 patch series from Johannes, HW crypto
> > and pci drivers without a preallocated big chunk of DMA.
> >
> > Ivo
>
> whats the current status of rt2860 support?

Under development.

Ivo

2008-05-01 08:24:59

by Ivo Van Doorn

[permalink] [raw]
Subject: Re: Please pull 'upstream' branch of rt2x00

Hi John,

> Finally a new official rt2x00 release,
> off course I have send a lot of patches over the past few weeks
> with several bugfixes, but now I am bumping the versions to 2.1.5.
>
> Please consider this patch series for the 2.6.26 kernel,

Was this patch series in time for the 2.6.26 merge window?

If not, please consider merging at least the following patches since
they are real bugfixes:

> rt2x00: Don't enable short preamble for 1MBs
> rt2x00: Fix quality/activity led handling
> rt2x00: Clarify supported chipsets in Kconfig

The others are code cleanups which are "nice to have", but could otherwise
wait for 2.6.27.

> rt2x00: Support hardware RTS and CTS-to-self frames
> rt2x00: Remove DRIVER_SUPPORT_MIXED_INTERFACES
> rt2x00: Use rt2x00 queue numbering
> rt2x00: Add helper macros
> rt2x00: Fix kernel-doc
> rt2x00: Release rt2x00 2.1.5

Thanks,

Ivo

2008-05-10 13:15:20

by drago01

[permalink] [raw]
Subject: Re: Please pull 'upstream' branch of rt2x00

On Sat, May 10, 2008 at 3:06 PM, Ivo van Doorn <[email protected]> wrote:
> On Saturday 10 May 2008, drago01 wrote:
>> On Sat, May 10, 2008 at 1:37 PM, Ivo van Doorn <[email protected]> wrote:
>> > Hi John,
>> >
>> > Here is a new rt2x00 release.
>> > Please note that some patches have been send individually to linux-wireless before,
>> > (including the 2 mac80211 patches) but for completeness I have added them to
>> > this pull request.
>> >
>> > This will bump rt2x00 to version 2.1.6, most patches are only intended to make
>> > room for future patches like the mac80211 patch series from Johannes, HW crypto
>> > and pci drivers without a preallocated big chunk of DMA.
>> >
>> > Ivo
>>
>> whats the current status of rt2860 support?
>
> Under development.

well ok ;)