On Wednesday 15 March 2006 19:02, Jouni Malinen wrote:
> On Wed, Mar 15, 2006 at 06:47:40PM +0100, Jiri Benc wrote:
> > On Wed, 15 Mar 2006 09:40:52 -0800, Jouni Malinen wrote:
> > > This breaks bcm43xx-d80211 build. Do you happen to have a patch to fix
> > > it?
> >
> > Yes, I do. Sorry for not p
On Wed, Mar 15, 2006 at 06:59:53PM +0100, Jiri Benc wrote:
> On Wed, 15 Mar 2006 09:40:52 -0800, Jouni Malinen wrote:
> > The same issue showed up with our low-level driver. How was the
> > low-level driver supposed to get this information with this change?
>
> From struct ieee80211_if_conf in add
On Wed, Mar 15, 2006 at 06:47:40PM +0100, Jiri Benc wrote:
> On Wed, 15 Mar 2006 09:40:52 -0800, Jouni Malinen wrote:
> > This breaks bcm43xx-d80211 build. Do you happen to have a patch to fix
> > it?
>
> Yes, I do. Sorry for not posting it.
>
> This is a first part; it's just ugly and quick (but
On Wed, 15 Mar 2006 09:40:52 -0800, Jouni Malinen wrote:
> The same issue showed up with our low-level driver. How was the
> low-level driver supposed to get this information with this change?
>From struct ieee80211_if_conf in add_interface callback.
> d80211 part is likely fine, since it has the
On Wed, 15 Mar 2006 18:47:40 +0100, Jiri Benc wrote:
> On Wed, 15 Mar 2006 09:40:52 -0800, Jouni Malinen wrote:
> > This breaks bcm43xx-d80211 build. Do you happen to have a patch to fix
> > it?
>
> Yes, I do. Sorry for not posting it.
>
> This is a first part; it's just ugly and quick (but worki
On Wed, 15 Mar 2006 09:40:52 -0800, Jouni Malinen wrote:
> This breaks bcm43xx-d80211 build. Do you happen to have a patch to fix
> it?
Yes, I do. Sorry for not posting it.
This is a first part; it's just ugly and quick (but working) fix.
Index: dscape/drivers/net/wireless/bcm43xx-d80211/bcm43xx
On Mon, Mar 06, 2006 at 04:44:23PM +0100, Jiri Benc wrote:
> This patch removes "iwmode" variable (local->conf.mode) shared by all
> interfaces. Instead, every interface has its own type (STA/IBSS/AP/WDS).
> Index: dscape/include/net/d80211.h
>
This patch removes "iwmode" variable (local->conf.mode) shared by all
interfaces. Instead, every interface has its own type (STA/IBSS/AP/WDS).
Please note, that
- Actual SIOCSIWMODE ioctl is disabled by this patch and is implemented by
one of subsequent patches.
- There is no way to ask the driv