ANDROID: GKI: Preserve abi change in ieee80211_data_to_8023_exthdr()
Commit a1d5ff56 ("mac80211: properly handle A-MSDUs that start with an RFC 1042 header") changed ieee80211_data_to_8023_exthdr() to have a new parameter. As the inline function that uses this always passes 'false' to the function, make a new one internally to correctly handle a 'true' value when needed so that external users will still work properly without having to be rebuilt. Bug: 161946584 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com> Change-Id: I5710144acb3f70aa5c64bd35b9fe5d63b9685e8c
Loading
Please sign in to comment