[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200612151454.55508.mb@bu3sch.de>
Date: Fri, 15 Dec 2006 14:54:55 +0100
From: Michael Buesch <mb@...sch.de>
To: Jiri Benc <jbenc@...e.cz>
Cc: bcm43xx-dev@...ts.berlios.de, linville@...driver.com,
netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] d80211: Turn PHYmode list from an array into a linked list
On Friday 15 December 2006 14:48, Jiri Benc wrote:
> On Thu, 14 Dec 2006 19:20:11 +0100, Michael Buesch wrote:
> > This turns the PHY-modes list into a linked list.
> > The advantage is that drivers can add modes dynamically, as they probe
> > them and don't have to settle to a given arraysize at the beginning
> > of probing.
>
> ACK.
Thanks. Will submit fixes for the other drivers, too.
> > @@ -198,8 +200,7 @@ static int ieee80211_ioctl_scan(struct n
> > param->u.scan.last_rx = local->scan.rx_packets;
> > local->scan.rx_packets = -1;
> > }
> > - param->u.scan.channel = local->hw.modes[local->scan.mode_idx].
> > - channels[local->scan.chan_idx].chan;
> > + param->u.scan.channel =
> > local->scan.mode->channels[local->scan.chan_idx].chan;
> >
> > return 0;
> > }
>
> The patch is malformed. Fixed and applied to my tree.
I'm sorry. Forgot to remove the "wrap at ~80chars option in my mailer.
Can you also apply the bcm43xx fix for this to your tree?
I think that should be easiest and prevent long-living breakage.
--
Greetings Michael.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists