20.12.2016, 02:22, "Cihangir Akturk" :
> On Sun, Dec 18, 2016 at 12:52:12AM +0200, Ozgur Karatas wrote:
>> 17.12.2016, 19:43, "Cihangir Akturk" :
>> > In the actual implementation ether_addr_equal function tests for equality
>> to 0
>> > wh
looked to change
>> this operator to reflect the actual function.
>
> I received this patch two days ago; has something changed that you're
> sending it again?
My opinion, the patch its update. The assignment of "!=0" has already been
fixed with patch.
I tested it.
>
17.12.2016, 19:43, "Cihangir Akturk" :
> In the actual implementation ether_addr_equal function tests for equality to 0
> when returning. It seems in commit 0d74c4 it is somehow overlooked to change
> this operator to reflect the actual function.
why this "return" function need to be ==0? I think,