mac80211: Avoid ABI change in 4.9.53
authorBen Hutchings <ben@decadent.org.uk>
Sat, 28 Oct 2017 19:46:43 +0000 (20:46 +0100)
committerYves-Alexis Perez <corsac@debian.org>
Thu, 4 Jan 2018 11:12:40 +0000 (11:12 +0000)
commitffbf1f9bbd27439f81fe7552aa0c5d2cd6b29bac
treef0c23727fd504a520c5aa1a7dbf3f4a7b2de0be3
parent66e89b6a92484e38a05c094576de4ee05023d66a
mac80211: Avoid ABI change in 4.9.53

Commit 531682159092 ("mac80211: fix VLAN handling with TXQs") replaced
a union with two separate members in ieee80211_tx_info::control.  The
one which changed offset (enqueue_time) doesn't appear to be accessed
outside of the mac80211 module, so this shouldn't be an ABI change for
drivers.  Therefore hide the ABI change from genksyms.

Gbp-Pq: Topic debian
Gbp-Pq: Name mac80211-avoid-abi-change-in-4.9.53.patch
include/net/mac80211.h