compat-wireless: backport netdev->addr_assign_type
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Wed, 14 Mar 2012 23:36:44 +0000 (16:36 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Wed, 14 Mar 2012 23:36:44 +0000 (16:36 -0700)
commita51075a87789b10bddf2639e9e8780ba00e31ab4
tree638a71a614c71ec4510e5bb79076cd874e2045a7
parent1e8c8a24c5f0d7b71d81dd3f6976005be7c91767
compat-wireless: backport netdev->addr_assign_type

You cannot backport assignment of netdev->addr_assign_type
given that its part of the netdev data structure only in future
kernels, so we backport this through a new patch file:

patches/61-netdev-addr_assign_type.patch

mcgrof@tux ~/linux-next (git::master)$ git describe --contains c1f79426
v2.6.36-rc1~571^2~104

This fixes compilation of the Atheros Ethernet drivers down to 2.6.35.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/61-netdev-addr_assign_type.patch [new file with mode: 0644]