2009-08-17 21:13:05

by Andrey Yurovsky

[permalink] [raw]
Subject: status of AP mode in iwlwifi?

Hi folks. What's the status of AP mode in iwlwifi? I used it some
time in the past but I see that it's disabled in wireless-testing now.
Is there an issue with AP mode in this driver? Can it be re-enabled?
Thanks,

-Andrey


2009-08-18 17:06:34

by Reinette Chatre

[permalink] [raw]
Subject: Re: status of AP mode in iwlwifi?

Hi Andrey,

On Mon, 2009-08-17 at 14:13 -0700, Andrey Yurovsky wrote:
> Hi folks. What's the status of AP mode in iwlwifi? I used it some
> time in the past but I see that it's disabled in wireless-testing now.
> Is there an issue with AP mode in this driver? Can it be re-enabled?

Some details can be found in the patch that disabled AP mode (see
below). It cannot be re-enabled until the issues mentioned in this patch
have been addressed ... and the AP mode requirements mentioned in
http://wireless.kernel.org/en/developers/Documentation/mac80211/API
needs to be reviewed also.

commit 44b73f240da0d18a2d17afca488e8c80496d92ca
Author: Johannes Berg <[email protected]>
Date: Mon Dec 1 18:50:27 2008 +0100

iwlwifi: disable AP mode

iwlwifi does not support AP mode in any way. For one, it doesn't even
buffer multicast/broadcast frames properly. We didn't allow zd1211rw AP
mode to be enabled without this, so iwlwifi shouldn't be allowed to
advertise AP mode either.

It also doesn't work at all, it doesn't even answer to probe requests,
I'm guessing the packet injection code was disabled again.

Signed-off-by: Johannes Berg <[email protected]>
Acked-by: Reinette Chatre <[email protected]>
Signed-off-by: John W. Linville <[email protected]>


Reinette