From: Felix Fietkau Date: Wed, 24 Apr 2019 07:32:22 +0000 (+0200) Subject: mac80211: fix regression in skb resizing optimization in monitor mode (FS#2254) X-Git-Tag: v19.07.0-rc1~749 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6e7e2f4421011435053997c059db61c3e090ab64;hp=6e7e2f4421011435053997c059db61c3e090ab64 mac80211: fix regression in skb resizing optimization in monitor mode (FS#2254) struct ieee80211_local needs to be passed in separately instead of dereferencing the (potentially NULL) sdata Signed-off-by: Felix Fietkau ---