mbox series

[v4,0/2] wifi: mac80211: refactor STA CSA parsing flows

Message ID 20231222010914.6521-1-michael-cy.lee@mediatek.com
Headers show
Series wifi: mac80211: refactor STA CSA parsing flows | expand

Message

Michael-CY Lee Dec. 22, 2023, 1:09 a.m. UTC
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(-)