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
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to