From: Johannes Berg Date: Thu, 28 May 2020 19:34:27 +0000 (+0200) Subject: ieee80211: add code to obtain and parse 6 GHz operation field X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=6b4e9e893156da326a0071b29c0f0fc311c62932;hp=6b4e9e893156da326a0071b29c0f0fc311c62932;p=carl9170fw.git ieee80211: add code to obtain and parse 6 GHz operation field Add some code to obtain and parse the 6 GHz operation field inside the HE operation element. While at it, fix the required length using sizeof() the new struct, which is 5 instead of 4 now. Link: https://lore.kernel.org/r/20200528213443.42ca72c45ca9.Id74bc1b03da9ea6574f9bc70deeb60dfc1634359@changeid Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter ---