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. > @@ -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. Thanks, Jiri -- 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