[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <52AEB40B.4050308@huawei.com>
Date: Mon, 16 Dec 2013 16:04:27 +0800
From: Ding Tianhong <dingtianhong@...wei.com>
To: Johannes Berg <johannes@...solutions.net>
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 2013/12/16 15:47, Johannes Berg wrote:
> 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
>
ok, I'll fix it.
Ding
> --
> 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
>
>
--
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