mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
Drop all upstreamed patch and refresh all affected patch.
Minor changes were needed to the
350-mac80211-allow-scanning-while-on-radar-channel due to changes in
6.18.
Also some changes were needed to downstream patch due to upstream commit
b74947b4f6ff ("wifi: cfg80211/mac80211: Add support to get radio index")
Link: https://github.com/openwrt/openwrt/pull/20964
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
42 lines
791 B
Diff
42 lines
791 B
Diff
--- a/drivers/net/wireless/ralink/rt2x00/Kconfig
|
|
+++ b/drivers/net/wireless/ralink/rt2x00/Kconfig
|
|
@@ -223,33 +223,33 @@ config RT2800SOC
|
|
|
|
|
|
config RT2800_LIB
|
|
- tristate
|
|
+ tristate "RT2800 USB/PCI support"
|
|
depends on m
|
|
depends on CRC_CCITT
|
|
|
|
config RT2800_LIB_MMIO
|
|
- tristate
|
|
+ tristate "RT2800 MMIO support"
|
|
depends on m
|
|
select RT2X00_LIB_MMIO
|
|
select RT2800_LIB
|
|
|
|
config RT2X00_LIB_MMIO
|
|
- tristate
|
|
+ tristate "RT2x00 MMIO support"
|
|
depends on m
|
|
select RT2X00_LIB
|
|
|
|
config RT2X00_LIB_PCI
|
|
- tristate
|
|
+ tristate "RT2x00 PCI support"
|
|
depends on m
|
|
select RT2X00_LIB
|
|
|
|
config RT2X00_LIB_USB
|
|
- tristate
|
|
+ tristate "RT2x00 USB support"
|
|
depends on m
|
|
select RT2X00_LIB
|
|
|
|
config RT2X00_LIB
|
|
- tristate
|
|
+ tristate "RT2x00 support"
|
|
depends on m
|
|
|
|
config RT2X00_LIB_FIRMWARE
|