These patches refactor the STA CSA parsing flows and add an utility to help. Michael-CY Lee (2): wifi: mac80211: Add utility for converting op_class into chandef wifi: mac80211: refactor STA CSA parsing flows include/net/cfg80211.h | 13 ++ net/mac80211/spectmgmt.c | 302 ++++++++++++++++++++++++++++++++------- net/wireless/util.c | 76 ++++++++++ 3 files changed, 338 insertions(+), 53 deletions(-) -- 2.25.1