From: Thomas Pedersen Date: Tue, 22 Sep 2020 02:28:06 +0000 (-0700) Subject: cfg80211: convert S1G beacon to scan results X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=377449003a9e798f85859dc7af249c6d130c1ec5;hp=377449003a9e798f85859dc7af249c6d130c1ec5;p=carl9170fw.git cfg80211: convert S1G beacon to scan results The S1G beacon is an extension frame as opposed to management frame for the regular beacon. This means we may have to occasionally cast the frame buffer to a different header type. Luckily this isn't too bad as scan results mostly only care about the IEs. Signed-off-by: Thomas Pedersen Link: https://lore.kernel.org/r/20200922022818.15855-6-thomas@adapt-ip.com Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter ---