Add Static RU Puncturing feature for AP mode. This patchset is dependent on the following RFC: https://patchwork.kernel.org/project/linux-wireless/patch/20220325140859.e48bf244f157.I3547481d49f958389f59dfeba3fcc75e72b0aa6e@changeid/ This feature has been tested Aloka Dixit (3): wifi: nl80211: advertise RU puncturing support to userspace wifi: cfg80211: RU puncturing bitmap wifi: nl80211: validate RU puncturing bitmap Muna Sinada (1): wifi: mac80211: Handle RU Puncturing information include/net/cfg80211.h | 22 +++++++++++++++++ include/uapi/linux/nl80211.h | 35 ++++++++++++++++++++++++++ net/mac80211/cfg.c | 8 ++++++ net/mac80211/chan.c | 14 +++++++++-- net/wireless/core.c | 4 +++ net/wireless/nl80211.c | 59 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 140 insertions(+), 2 deletions(-) -- 2.7.4