compat-wireless: backport addr_assign_type usage
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 13 Mar 2012 00:25:25 +0000 (17:25 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 13 Mar 2012 00:25:25 +0000 (17:25 -0700)
commit02a067b7a17932ead95a5d5a96dd6ae6844ada51
tree3dacd9e93c74982256b58487281da63bbd03f886
parentad675283e54d93f7fbc3b23dace6f2b96924176c
compat-wireless: backport addr_assign_type usage

The alx driver uses the addr_assign_type variable from
the netdev data structure which was added as of 2.6.35:

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

Although compat.git backported dev_hw_addr_random() the patch
in compat.git cannot address usage of addr_assign_type and as
such requires an ifdef around it.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
linux-next-pending/0002-backport-alx.patch