broadcom-wl: fix compilation with 4.14
authorJonas Gorski <jonas.gorski@gmail.com>
Sat, 13 Jan 2018 17:44:04 +0000 (18:44 +0100)
committerJonas Gorski <jonas.gorski@gmail.com>
Sun, 11 Feb 2018 22:15:05 +0000 (23:15 +0100)
commit592472f60f7b79e824ce91a57b52976c5f174f28
tree24e7db0df0a5740619c593b2ad9cd39af0b79a60
parentb0c5e8b9274188bf3bb238e013e324542ee747c4
broadcom-wl: fix compilation with 4.14

The last_rx field was removed from net_device. Since the field wasn't
used by the generic subsystem, and the driver only writes to it, just
remove the usage.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
package/kernel/broadcom-wl/patches/040-remove_last_rx_usage.patch [new file with mode: 0644]