* [PATCH 29/32] rt2x00: dscape compatibilitiy
@ 2006-04-27 22:03 Ivo van Doorn
2006-04-28 11:12 ` Jiri Benc
0 siblings, 1 reply; 3+ messages in thread
From: Ivo van Doorn @ 2006-04-27 22:03 UTC (permalink / raw)
To: netdev; +Cc: rt2x00-devel
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
From: Ivo van Doorn <IvDoorn@gmail.com>
Latest dscape patches have broken rt2x00,
fix compile issues, and support the new features.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Available on server:
http://mendiosus.nl/rt2x00/rt2x00-29-compat.diff
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 29/32] rt2x00: dscape compatibilitiy
2006-04-27 22:03 [PATCH 29/32] rt2x00: dscape compatibilitiy Ivo van Doorn
@ 2006-04-28 11:12 ` Jiri Benc
2006-04-28 13:43 ` Ivo van Doorn
0 siblings, 1 reply; 3+ messages in thread
From: Jiri Benc @ 2006-04-28 11:12 UTC (permalink / raw)
To: Ivo van Doorn; +Cc: netdev, rt2x00-devel
On Fri, 28 Apr 2006 00:03:19 +0200, Ivo van Doorn wrote:
> Latest dscape patches have broken rt2x00,
> fix compile issues, and support the new features.
> @@ -2466,6 +2568,7 @@ rt2500pci_init_hw(struct rt2x00_pci *rt2
> hw->no_tkip_wmm_hwaccel = 1;
> hw->extra_hdr_room = 0;
> hw->device_strips_mic = 0;
> + hw->monitor_during_oper = 1;
You should not set this to 1 if you support only one interface at a
time. Please add support for concurrent running of one regular (i.e.
STA, IBSS, AP, WDS) interface plus arbitrary number of monitor
interfaces or set monitor_during_oper to 0.
(Yes, I know, I definitely must reserve some time to write a
documentation about monitor mode support.)
Thanks,
--
Jiri Benc
SUSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 29/32] rt2x00: dscape compatibilitiy
2006-04-28 11:12 ` Jiri Benc
@ 2006-04-28 13:43 ` Ivo van Doorn
0 siblings, 0 replies; 3+ messages in thread
From: Ivo van Doorn @ 2006-04-28 13:43 UTC (permalink / raw)
To: Jiri Benc; +Cc: netdev, rt2x00-devel
[-- Attachment #1: Type: text/plain, Size: 1237 bytes --]
On Friday 28 April 2006 13:12, Jiri Benc wrote:
> On Fri, 28 Apr 2006 00:03:19 +0200, Ivo van Doorn wrote:
> > Latest dscape patches have broken rt2x00,
> > fix compile issues, and support the new features.
>
> > @@ -2466,6 +2568,7 @@ rt2500pci_init_hw(struct rt2x00_pci *rt2
> > hw->no_tkip_wmm_hwaccel = 1;
> > hw->extra_hdr_room = 0;
> > hw->device_strips_mic = 0;
> > + hw->monitor_during_oper = 1;
>
> You should not set this to 1 if you support only one interface at a
> time. Please add support for concurrent running of one regular (i.e.
> STA, IBSS, AP, WDS) interface plus arbitrary number of monitor
> interfaces or set monitor_during_oper to 0.
>
> (Yes, I know, I definitely must reserve some time to write a
> documentation about monitor mode support.)
My fault, this was a leftover from my initial patch for the dscape update.
I actually had written some code to indeed allow multiple monitor
mode interfaces. But I spotted some problems with it, and removed the code
and planned to rewrite it later after I had send this code series.
I'll create a quick patch to correctly set the monitor_during_oper variable,
because the patch for correct monitor mode behaviour might take some time.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-04-28 13:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-27 22:03 [PATCH 29/32] rt2x00: dscape compatibilitiy Ivo van Doorn
2006-04-28 11:12 ` Jiri Benc
2006-04-28 13:43 ` Ivo van Doorn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).