lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 15 Dec 2006 14:48:59 +0100
From:	Jiri Benc <jbenc@...e.cz>
To:	Michael Buesch <mb@...sch.de>
Cc:	linville@...driver.com, netdev@...r.kernel.org,
	bcm43xx-dev@...ts.berlios.de
Subject: Re: [PATCH 1/2] d80211: Turn PHYmode list from an array into a
 linked list

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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ