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]
Message-ID: <1387180073.4665.0.camel@jlt4.sipsolutions.net>
Date:	Mon, 16 Dec 2013 08:47:53 +0100
From:	Johannes Berg <johannes@...solutions.net>
To:	Ding Tianhong <dingtianhong@...wei.com>
Cc:	"John W. Linville" <linville@...driver.com>,
	"David S. Miller" <davem@...emloft.net>,
	Netdev <netdev@...r.kernel.org>, Joe Perches <joe@...ches.com>
Subject: Re: [PATCH net-next 2/6] mac80211: slight optimization of addr
 compare

On Mon, 2013-12-16 at 15:15 +0800, Ding Tianhong wrote:

> -					   sdata->vif.addr, ETH_ALEN) == 0) {
> +				if (ether_addr_equal_unaligned(sdata->vif.addr,
> +				    local->hw.wiphy->addresses[i].addr)) {

Your indentation is terrible, I'm not applying this.

johannes

--
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