mac80211: improve single-wiphy multi-radio support
authorFelix Fietkau <nbd@nbd.name>
Thu, 26 Sep 2024 12:15:14 +0000 (14:15 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 22 Oct 2024 12:40:42 +0000 (14:40 +0200)
commit87033c3a0b22376a043fe5eb5f3690524efd271d
tree4238ba5b0362ecc3eff1eb509b42de5902236009
parentb2a2c286170dd3aef91a06a53b8fd47894fe1075
mac80211: improve single-wiphy multi-radio support

- add support for configuring allowed radios for a vif
- add support for monitor mode on multiple channels

Signed-off-by: Felix Fietkau <nbd@nbd.name>
12 files changed:
package/kernel/mac80211/patches/subsys/331-wifi-cfg80211-check-radio-iface-combination-for-mult.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/350-wifi-cfg80211-add-option-for-vif-allowed-radios.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/351-wifi-mac80211-use-vif-radio-mask-to-limit-ibss-scan-.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/352-wifi-mac80211-use-vif-radio-mask-to-limit-chanctx-an.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/353-wifi-mac80211-remove-status-ampdu_delimiter_crc.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/354-wifi-cfg80211-pass-net_device-to-.set_monitor_channel.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/355-wifi-mac80211-add-flag-to-opt-out-of-virtual-monitor.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/356-wifi-cfg80211-add-monitor-SKIP_TX-flag.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/357-wifi-mac80211-add-support-for-the-monitor-SKIP_TX-fl.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/358-wifi-mac80211-refactor-ieee80211_rx_monitor.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/359-wifi-mac80211-filter-on-monitor-interfaces-based-on-.patch [new file with mode: 0644]
package/kernel/mac80211/patches/subsys/360-wifi-cfg80211-report-per-wiphy-radio-antenna-mask.patch [new file with mode: 0644]