compat-drivers: fix 61-netdev-addr_assign_type.patch

The following two patches adjusted uses of NET_ADDR_RANDOM
on some Ethernet drivers. This change adopts these changes
on the 61-netdev-addr_assign_type.patch patch.

commit 15c6ff3bc0ff3464a8c7efcdea09c86454571622
Author: Jiri Pirko <jiri@resnulli.us>
Date:   Tue Jan 1 03:30:17 2013 +0000

    net: remove unnecessary NET_ADDR_RANDOM "bitclean"

    NET_ADDR_SET is set in dev_set_mac_address() no need to alter
    dev->addr_assign_type value in drivers.

    Signed-off-by: Jiri Pirko <jiri@resnulli.us>
    Signed-off-by: David S. Miller <davem@davemloft.net>

commit e41b2d7fe7803e85e1202d0eb172717d7bf1bbaf
Author: Jiri Pirko <jiri@resnulli.us>
Date:   Tue Jan 1 03:30:15 2013 +0000

    net: set dev->addr_assign_type correctly

    Not a bitfield, but a plain value.

    Signed-off-by: Jiri Pirko <jiri@resnulli.us>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
1 file changed
tree: e2fbd0abf4bec721ac1d79c1ffbec68bb3bcabb1
  1. enable-older-kernels/
  2. patches/
  3. scripts/
  4. .gitignore
  5. config.mk
  6. COPYRIGHT
  7. Makefile
  8. README.md
README.md

Linux compat drivers compatibility package

This package provides backport support for drivers from newer kernels down to older kernels. It currently backports 3 subsystems:

  • Ethernet
  • Wireless
  • Bluetooth
  • GPU

This package provides the latest Linux kernel subsystem enhancements for kernels 2.6.24 and above. It is technically possible to support kernels < 2.6.24 but more work is required for that.

Documentation

This package is documented online and has more-up-to date information online than on this README file. You should read the wiki page and not rely on this README!

https://backports.wiki.kernel.org

License

This work is a subset of the Linux kernel as such we keep the kernel's Copyright practice. Some files have their own copyright and in those cases the license is mentioned in the file. All additional work made to building this package is licensed under the GPLv2.