Re: [ath5k-devel] [PATCH v3 1/5] ath: add common function ath_is_mybeacon

2014-01-17 Thread Oleksij Rempel
Am 18.01.2014 00:27, schrieb Oleksij Rempel: > this function is used by most ath driver, so it can be moved here. > > Signed-off-by: Oleksij Rempel > --- > drivers/net/wireless/ath/ath.h | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/

[ath5k-devel] [PATCH v3 1/5] ath: add common function ath_is_mybeacon

2014-01-17 Thread Oleksij Rempel
this function is used by most ath driver, so it can be moved here. Signed-off-by: Oleksij Rempel --- drivers/net/wireless/ath/ath.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index e0ba7cd..ab6a0c8

Re: [ath5k-devel] [PATCH 0/11] use ether_addr_equal_64bits

2014-01-17 Thread Pavel Machek
On Fri 2014-01-17 23:02:06, Oleksij Rempel wrote: > Am 17.01.2014 22:24, schrieb Pavel Machek: > > On Mon 2013-12-30 19:14:56, Julia Lawall wrote: > >> Ether_addr_equal_64bits is more efficient than ether_addr_equal, and can be > >> used when each argument is an array within a structure that contai

Re: [ath5k-devel] [PATCH 0/11] use ether_addr_equal_64bits

2014-01-17 Thread Oleksij Rempel
Am 17.01.2014 22:24, schrieb Pavel Machek: > On Mon 2013-12-30 19:14:56, Julia Lawall wrote: >> Ether_addr_equal_64bits is more efficient than ether_addr_equal, and can be >> used when each argument is an array within a structure that contains at >> least two bytes of data beyond the array. > > I

Re: [ath5k-devel] [PATCH 0/11] use ether_addr_equal_64bits

2014-01-17 Thread Pavel Machek
On Mon 2013-12-30 19:14:56, Julia Lawall wrote: > Ether_addr_equal_64bits is more efficient than ether_addr_equal, and can be > used when each argument is an array within a structure that contains at > least two bytes of data beyond the array. I mean, yes, it is probably faster, and yes, most stru