Re: [PATCH net-next v2 00/19] bna: clean-up

2015-06-11 Thread David Miller
From: Ivan Vecera Date: Thu, 11 Jun 2015 15:52:12 +0200 > The patches clean the bna driver. > > v2: changes & comments requested by Joe Series applied, thanks Ivan. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More ma

[PATCH net-next v2 00/19] bna: clean-up

2015-06-11 Thread Ivan Vecera
The patches clean the bna driver. v2: changes & comments requested by Joe Ivan Vecera (19): bna: use ether_addr_copy instead of memcpy bna: get rid of mac_t bna: replace pragma(pack) with attribute __packed bna: get rid of duplicate and unused macros bna: use BIT(x) instead of (1 << x)