Mauri Sandberg
4deff7e9db
kernel: add package kmod-gpio-cascade
...
Adds kernel module for Generic GPIO cascade.
Signed-off-by: Mauri Sandberg <maukka@ext.kapsi.fi >
Signed-off-by: Petr Štetiar <ynezz@true.cz > [missing commit description]
2022-02-21 11:13:03 +08:00
Mauri Sandberg
b2b150d1b8
kernel: add package kmod-multiplexer
...
Adds new kernel module for GPIO controlled multiplexer support.
Signed-off-by: Mauri Sandberg <maukka@ext.kapsi.fi >
Signed-off-by: Petr Štetiar <ynezz@true.cz > [missing commit description]
2022-02-21 11:12:48 +08:00
Sven Eckelmann
88bbcdfe05
om-watchdog: Drop unused package
...
All devices which used this package migrated to the kernel GPIO-line
watchdog driver and configure it over their DT.
Signed-off-by: Sven Eckelmann <sven@narfation.org >
2022-02-10 12:39:46 +08:00
AmadeusGhost
444d028352
rtl88x2bu: fixes ap mode not working
...
Remember to restart after completing any related settings.
2022-01-15 18:15:35 +08:00
AmadeusGhost
5f966b6afb
mtwifi: add default config for mt7915d
...
Based on: https://github.com/MeIsReallyBa/MT7915_7621-MT_WIFI-Openwrt
2022-01-10 23:28:07 +08:00
skbeh
353ea181fc
mt_wifi: update to 5.1.0.0 ( #552 )
2022-01-10 23:16:44 +08:00
Christian Lamparter
5062047f8a
kernel: provide kmod-fixed-phy as separate kmod
...
Almost all targets have the fixed-phy feature built into the kernel.
One big exception is x86. This caused a problem with the upcoming
LAN78xx usb driver. Hence this patch breaks out the fixed-phy from
of_mdio (which didn't include the .ko) and puts into a separate
module.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com >
2022-01-09 11:23:42 +08:00
Marty Jones
b4f939099e
linux-firmware: add new package r8152-firmware
...
Linux upstream commit 9370f2d05a
add load firmware file through request_firmware,this affect the
nanopi r2s and some USB adapters in kernel 5.10 with this error:
'r8152 4-1:1.0: unable to load firmware patch rtl_nic/rtl8153b-2.fw'
This patch split the USB NIC firmware files from r8169 firmware,
and adds r8152-firmware to r8152 driver.
Add kmod-usb-net-cdc-ncm to support RTL8156A and RTL8156B 2.5G ethernet
adapters supported since v5.13-rc1.
195aae321c
Signed-off-by: Marty Jones <mj8263788@gmail.com >
2022-01-09 11:23:13 +08:00
Tianling Shen
e9cabadf7c
Merge Official Source
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2022-01-03 13:54:53 +08:00
Stijn Tintel
d6092ec87a
qoriq: new target
...
Add a new target named "qoriq", that will support boards using PowerPC
processors from NXP's QorIQ brand.
This doesn't actually add support for any board yet, so that
installation instructions can go in the commit message of the commit
that adds actual support for a board.
Using CONFIG_E6500_CPU here due to the kernel using -mcpu=powerpc64
rather than -mcpu=e5500 when selecting CONFIG_E5500_CPU. The only
difference between e5500 and e6500 is AltiVec support, and the kernel
checks for it at runtime. Musl will only check at runtime if AltiVec
support is disabled at compile-time, so we need to use e5500 in CPU_TYPE
to avoid SIGILL.
Math emulation (CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED) is required, as
neither e5500 nor e6500 implement fsqrt nor fsqrts, and musl hardcodes
sqrt and sqrtf to use these ASM instructions on PowerPC64.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
Reviewed-by: Rui Salvaterra <rsalvaterra@gmail.com >
2021-12-24 11:28:22 +08:00
Piotr Dymacz
b38df8d195
kernel: update dependencies after 'imx6' -> 'imx' rename
...
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com >
2021-12-22 11:25:55 +08:00
Stijn Tintel
796a97976a
kernel: drop obsolete kmod-video-core dependencies
...
These dependencies do not exist in any of the supported kernel versions.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2021-12-21 23:58:38 +08:00
Stijn Tintel
6c57856087
kernel: drop obsolete symbols from kmod-video-core
...
These symbols don't exist in any of the supported kernel versions.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2021-12-21 23:58:26 +08:00
Hauke Mehrtens
a2b7fdb1be
mac80211: Update to version 4.19.221
...
The following patch was backported from upstream before and is not
needed any more:
package/kernel/mac80211/patches/ath/980-ath10k-fix-max-antenna-gain-unit.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
(cherry picked from commit cc8c1be438a3d19fec06b72b1e7854f31b9e2f71)
2021-12-17 18:22:50 +08:00
Josef Schlehofer
f2e6d21d32
kernel: add kmod-video-gspca-sq930x
...
This module adds support for USB WebCams, which uses SQ930X chip [1].
[1] https://cateee.net/lkddb/web-lkddb/USB_GSPCA_SQ930X.html
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2021-12-17 10:56:21 +08:00
Josef Schlehofer
2401349c45
kernel: btrfs: enable ACL
...
By default CONFIG_BTRFS_FS_POSIX_ACL is disabled, it should be enabled
only when you enable CONFIG_FS_POSIX_ACL.
Right now, when you enable CONFIG_FS_POSIX_ACL it will enable
CONFIG_BTRFS_FS_POSIX_ACL, but it will be disabled once you install
kmod-btrfs. This should prevent it.
Btrfs has enabled by default ACL for mount option.
More details:
https://cateee.net/lkddb/web-lkddb/BTRFS_FS_POSIX_ACL.html
https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs(5)
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz >
2021-12-17 10:56:00 +08:00
Tianling Shen
9b72f9f7bb
r8152: remove upstreamed patch
...
Fixes: 15228d688e ("r8152: Update to 2.15.20211119")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2021-12-16 19:59:04 +08:00
Tianling Shen
15228d688e
r8152: Update to 2.15.20211119
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
(cherry picked from commit d9d24aaabe )
2021-12-14 21:01:19 +08:00
Tianling Shen
08045d9957
r8125: Update to 9.007.01
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
(cherry picked from commit 8ca4d542d8 )
2021-12-14 20:58:26 +08:00
Tianling Shen
7ad96cf680
kmod-usb-net-aqc111: remove kernel 4.9 support
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2021-12-08 05:03:59 +08:00
AmadeusGhost
0c9ce5afbc
Merge Mainline
2021-12-01 00:15:25 +08:00
AmadeusGhost
ee017ae07d
mac80211: fix typo error in scripts
2021-11-30 11:41:32 +08:00
AmadeusGhost
3d8937fc08
ath10k: drop unneeded ignore debug info patch
2021-11-30 11:39:18 +08:00
Daniel Golle
11fd374b67
ltq-vdsl-fw: update w921v firmware download URL
...
Update Telekom Speedport W921V firmware download URL.
Contained TAPI and VDSL firmware blobs are identical.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2021-11-19 23:58:21 +08:00
Hauke Mehrtens
a4e9335c94
kernel: Add regmap-i2c dependency to sound-soc-imx-sgtl5000
...
This dependency is needed on the imx/cortexa7 subtarget.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2021-11-12 00:09:38 +08:00
Florian Eckert
f85762a25d
kernel/modules: prevent bonding driver to create default bond0 interface
...
When loading the bonding driver, bonding interface are automatically
created on bonding module load.
> ip a s bond0
> 14: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
> group default qlen 1000
> link/ether a6:f2:20:64:c1:b9 brd ff:ff:ff:ff:ff:ff
This is not necessary in openwrt as we do not use this created interface.
The netifd creates a bonding interface based on its network configuration
name and configures this over the netifd bonding proto handler.
In order to keep the overview of the interfaces clear, bonding
interfaces should not be created automatically when loading this module,
because they are not used anyway.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2021-11-01 23:56:52 +08:00
Andrew Robbins
2eb3f17adb
ath10k-ct: update to version from 2021-09-22
...
Add in a fix for 160Mhz dfs on 5.10 and higher.
Add support for 5.13 and 5.15 kernels.
Add of_get_mac_address support for 5.15 driver.
Signed-off-by: Andrew Robbins <andrew@robbinsa.me >
2021-10-29 23:55:34 +08:00
Felix Fietkau
061954fb75
mt76: update to the latest version
...
f6bde7ba82ee mt76: connac: fix unresolved symbols when CONFIG_PM is unset
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-25 23:50:17 +08:00
Felix Fietkau
5712e5bc5b
mt76: update to the latest version
...
9d288d7c0c73 mt76: mt7615: apply cached RF data for DBDC
4d2e81d9ecab mt76: mt7915: remove mt7915_mcu_add_he()
2c8c3bcd766c mt76: mt7915: rework .set_bitrate_mask() to support more options
577d45f6e4a0 mt76: mt7915: rework debugfs fixed-rate knob
b68af355f707 mt76: mt7915: fix endiannes warning mt7915_mcu_beacon_check_caps
b52adf981561 mt76: mt7915: add WA firmware log support
ed3d8569c400 mt76: mt7915: add debugfs knobs for MCU utilization
0f49a22314a5 mt76: mt7921: disable 4addr capability
754d4a37ab71 mt76: mt7921: fix mt7921s Kconfig
f81f42fe875f mt76: Print error message when reading EEPROM from mtd failed
fd25a550965d mt76: Make use of the helper macro kthread_run()
1d01257662a6 wireless: mediatek: mt7921: fix Wformat build warning
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-25 23:50:06 +08:00
Felix Fietkau
adc94bcf50
mt76: update to the latest version
...
ebf5b2336591 mt7615/mt7915: fix hwmon device name
8d12f9ed275d mt76: mt7615: mt7622: fix ibss and meshpoint
e7883cdc0b4e mt76: mt7915: improve code readability in mt7915_mcu_sta_bfer_ht
831d5967abb9 wireless: fix spelling of A-MSDU in HE capabilities
f09cb04be261 wireless: align some HE capabilities with the spec
0eeba8f2952d wireless: align HE capabilities A-MPDU Length Exponent Extension
655a6c65b8a7 mt76: mt7915: introduce mt7915_mcu_beacon_check_caps()
4440025d0ba9 mt76: mt7915: fix txbf starec TLV issues
87d2fb6fbff5 mt76: mt7915: improve starec readability of txbf
53c6a3cb7f6b mt76: mt7915: fix sta_rec_wtbl tag len
f517845e4f28 mt76: mt7915: rework starec TLV tags
1df017bc39a3 mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
6724b0a9a748 mt76: mt7915: set VTA bit in tx descriptor
f1f505cbbb30 mt76: mt7915: set muru platform type
8c9d4b38d258 mt76: mt7915: remove dead code in mt7915_get_et_stats
d0ccc4297935 mt76: rely on phy pointer in mt76_register_debugfs_fops routine signature
0af0af82bb97 mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phy
10e85d62f213 mt76: mt7915: improve code readability for xmit-queue handler
b6051f7713d2 mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routines
9a97c38a309d mt76: mt7921: get rid of unused variable in mt7921_tx_complete_skb
c02847c05884 mt76: mt7921: get rid of unused variable in mt7921_mac_tx_free
60dd47a0a62e mt76: mt7915: remove dead code in debugfs code
ce74fc020d81 mt76: mt7921: add MU EDCA cmd support
c062f6920356 mt76: mt7921: refactor mac.c to be bus independent
bfa909c833e8 mt76: mt7921: refactor dma.c to be pcie specific
6556bddf26d2 mt76: mt7921: refactor mcu.c to be bus independent
1c8418207c86 mt76: mt7921: refactor init.c to be bus independent
6cf8248c1a44 mt76: mt7921: add MT7921_COMMON module
77600b0c10ac mt76: connac: move mcu reg access utility routines in mt76_connac_lib module
65362a00d07d mt76: mt7663s: rely on mcu reg access utility
956206bb55c3 mt76: mt7921: make all event parser reusable between mt7921s and mt7921e
f0dedcf6aaf0 mt76: mt7921: use physical addr to unify register access
5079d5b0b13c mt76: sdio: move common code in mt76_sdio module
26257594398b mt76: sdio: introduce parse_irq callback
e353424f1b07 mt76: sdio: extend sdio module to support CONNAC2
ddab3dd25f94 mt76: connac: extend mcu_get_nic_capability
b2d9a1748a41 mt76: mt7921: rely on mcu_get_nic_capability
e6ce5d9cbda0 mt76: mt7921: refactor mt7921_mcu_send_message
ce3706a65ccd mt76: mt7921: introduce mt7921s support
3143118baf53 mt76: mt7921s: add reset support
645eac64bece mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offset
d54796787cb7 mt76: move mt76_sta_stats in mt76.h
094e085abf5a mt76: move mt76_ethtool_worker_info in mt76 module
f80ab6dde63d mt76: mt7915: run mt7915_get_et_stats holding mt76 mutex
4a11cb67dc27 mt76: mt7915: move tx amsdu stats in mib_stats
486da6fa2512 mt76: do not reset MIB counters in get_stats callback
d8837b7c8dcd mt76: mt7921: add some more MIB counters
5ffe086fcd1b mt76: mt7921: introduce stats reporting through ethtool
69154ae23f6b mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skb
4b65fbc4e203 mt76: mt7921: move tx amsdu stats in mib_stats
35b8025f466b mt76: mt7921: add per-vif counters in ethtool
cfbbd861eb12 mt76: mt7915: enable HE UL MU-MIMO
a0b94987df80 mt76: mt7915: rework mt7915_mcu_sta_muru_tlv()
5fbb686e9c0c mt76: mt7915: fix missing HE phy cap
b649678c18ca mt76: mt7915: change max rx len limit of hw modules
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-24 00:10:20 +08:00
Felix Fietkau
a87556188d
mac80211: add missing patch chunk for mac80211_hwsim
...
Fixes build error
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-24 00:09:51 +08:00
Felix Fietkau
297d1d28f1
mac80211: backport a few trivial patches
...
No functional changes, just some renames to make it easier to keep mt76 in
sync with upstream
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-24 00:09:24 +08:00
Tianling Shen
3714e3aedc
Revert "mac80211: backport netif_rx_any_context support for batman-adv"
...
We need do tons of backports in this way...
This reverts commit fa0e4c1663 .
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2021-10-22 20:51:25 +08:00
Tianling Shen
fa0e4c1663
mac80211: backport netif_rx_any_context support for batman-adv
...
Fixes : #494
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2021-10-22 20:05:10 +08:00
Tianling Shen
e3f72ffef1
mt76: refresh vht patch
...
Fixes : #488
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
(cherry picked from commit 8073e03ae7 )
2021-10-19 17:38:07 +08:00
AmadeusGhost
e34397d950
kmod-drm-panfrost: add new package
...
This driver can be used on AllWinner H6 and rk3399.
Signed-off-by: AmadeusGhost <amadeus@immortalwrt.org >
2021-10-18 00:10:56 +08:00
AmadeusGhost
971af214bc
kmod-drm-lima: rename and enable support for sunxi
...
This driver can be used on AllWinner h3/h5 and rk3328.
Signed-off-by: AmadeusGhost <amadeus@immortalwrt.org >
2021-10-18 00:03:17 +08:00
Felix Fietkau
eb2e735fd2
mt76: update to the latest version
...
83598c2e872f mt76: avoid possible infinite loop in mt76_tx_status_check
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-15 23:58:40 +08:00
Felix Fietkau
2254d6195a
mt76: update to the latest version
...
1af0242d1241 mt76: mt7915: replace a 64 bit divsion with a call to div_u64_rem
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-15 23:58:26 +08:00
Felix Fietkau
2ebd935669
mt76: update to the latest version
...
74dedf9352c5 mt76: mt7615: fix skb use-after-free on mac reset
7201290eda43 mt76: mt7921: Fix out of order process by invalid event pkt
ca1b57e9971a mt76: mt7915: add a missing HT flag for GI parsing
4932c5d80153 of: net: pass the dst buffer to of_get_mac_address()
51d9eb3e6f52 mt76: mt7915: fix endianness warnings in mu radiotap
833ca13014ab mt76: mt7921: Add mt7922 support
8f8ed44d026e mt76: mt7915: add control knobs for thermal throttling
16f18bab6b11 mt76: mt7915: send EAPOL frames at lowest rate
affea639c586 mt76: mt7921: send EAPOL frames at lowest rate
ac00fed412d4 mt76: mt7915: fix potential overflow of eeprom page index [update]
e576ddb76dfa mt76: mt7915: switch proper tx arbiter mode in testmode
222847c3d5eb mt76: mt7915: fix bit fields for HT rate idx
d04814366c83 mt76: add support for setting mcast rate
4602acc9271a mt76: mt7921: fix dma hang in rmmod
ec2cf3bf96fd mt76: connac: fix GTK rekey offload failure on WPA mixed mode
2fdb9d621431 mt76: connac: add support for limiting to maximum regulatory Tx power
489ace63d42c mt76: mt7921: get rid of monitor_vif
22da8d28fcc8 mt76: mt7921: get rid of mt7921_mac_set_beacon_filter
c94130519786 mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routine
51cff39d7ad3 mt76: overwrite default reg_ops if necessary
da11c1c6edef mt76: mt7615: move mt7615_mcu_set_p2p_oppps in mt76_connac module
47f50b0aa4b8 mt76: mt7921: report HE MU radiotap
4f48ba4b0254 mt76: mt7915: checkpatch cleanup
bc7ee7d7bdea mt76: mt7915: add HE-LTF into fixed rate command
6a19e40820aa mt76: mt7921: continue to probe driver when fw already downloaded
8b3d8e2de084 mt76: mt7921: fix firmware usage of RA info using legacy rates
17305a54b166 mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate
801c15577293 mt76: mt7921: fix endianness warnings in mt7921_mac_decode_he_mu_radiotap
0182a5b99a7a mt76: mt7915: update mac timing settings
e2ee9d0a33ed mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOAD
fa6504aceb4f Revert "mt76: mt7915: checkpatch cleanup"
56b842b72a72 mt76: mt7915: fix wmm index on DBDC cards
8044311f5de5 mt76: mt7915: fix potential NPE in TXS processing
28da4baec7c5 mt76: mt7915: fix he_mcs capabilities for 160mhz
f7088ebe7452 mt76: mt7915: add LED support
ee019046284d mt76: mt7915: introduce bss coloring support
9848094e4bb5 mt76: mt7921: Fix fall-through warning for Clang
5710d0643418 mt76: add a bound check in mt76_calculate_default_rate()
a509cf2b654e mt76: mt7921: move mt7921_queue_rx_skb to mac.c
5a0f2382fcfe mt76: mt7915: rework debugfs queue info
62ffc31f4d7b mt76: mt7915: rename debugfs tx-queues
4750b5c918e5 mt76: mt7921: always wake device if necessary in debugfs
ac6adf74b3f2 mt76: mt7921: update mib counters dumping phy stats
eb75b9266ce6 net:wireless:mt76: fix boolreturn.cocci warnings
d7c4698435b3 mt76: mt7921: fix the inconsistent state between bind and unbind
9dcfba3169c4 mt76: switch from 'pci_' to 'dma_' API
d8b5e42c9a73 mt76: fill boottime_ns in Rx path
8ee6446075f2 mt76: disable BH around napi_schedule() calls
e17d730bf2f6 mt76: mt7915: add LED support [update to v3]
80fe40c9457e mt76: mt7915: enable configured beacon tx rate
c8f0d1d81d05 mt76: mt7915: fix hwmon temp sensor mem use-after-free
3b9ba7e02076 mt76: mt7615: fix hwmon temp sensor mem use-after-free
5e82eceb45cb mt76: mt7921: start reworking tx rate reporting
eb66b5c9ff77 mt76: mt7921: add support for tx status reporting
c8010f170e76 mt76: mt7921: report tx rate directly from tx status
4dc7f3db572b mt76: mt7921: remove mcu rate reporting code
db89c6f86724 mt76: mt7921: remove mt7921_sta_stats
6bb8b4267dbe mt76: move spin_lock_bh to spin_lock in tasklet
0eacf41985da mt76: mt7915: honor all possible error conditions in mt7915_mcu_init()
4dfff296ee6e mt76: mt7915: fix possible infinite loop release semaphore
537ed88dd2d0 mt76: mt7921: robustify hardware initialization flow
e0b846159221 mt76: mt7921: fix retrying release semaphore without end
c55dedcea268 mt76: mt7915: add ethtool stats support
d1d5e8cd3a3e mt76: mt7915: add tx stats gathered from tx-status callbacks
1687189d68b7 mt76: mt7915: add some per-station tx stats to ethtool
f4dde5f765af mt76: mt7915: add tx mu/su counters to mib
9752bf0643c9 mt76: mt7915: add more MIB registers
4727415017c9 mt76: mt7915: add mib counters to ethtool stats
4ca80a749e7f mt76: connac: set 6G phymode in mt76_connac_get_phy_mode{,v2}
3f2a5d39631e mt76: connac: enable 6GHz band for hw scan
817a41826bd7 mt76: connac: add 6GHz support to mt76_connac_mcu_set_channel_domain
a6ab81c21080 mt76: connac: set 6G phymode in single-sku support
ca4f47028a44 mt76: connac: add 6GHz support to mt76_connac_mcu_sta_tlv
d2e192ea81e2 mt76: connac: add 6GHz support to mt76_connac_mcu_uni_add_bss
c3dd12b4c8ae mt76: connac: enable hw amsdu @ 6GHz
91ed2b256c20 mt76: add 6GHz support
de8c4f92621f mt76: mt7921: add 6GHz support
f143aedc1d57 mt76: introduce packet_id idr
bcc8d9e03a5d mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
ccbd84763153 mt76: substitute sk_buff_head status_list with spinlock_t status_lock
69bb59df894c mt76: schedule status timeout at dma completion
03a992645310 mt76: support reading EEPROM data embedded in fdt
75615480b3fe mt76: introduce __mt76_mcu_send_firmware routine
e8e2eae41f94 mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmware
4c455e8b1a20 mt76: mt7915: introduce __mt7915_get_tsf routine
9d49c611a2d7 mt76: mt7915: introduce mt7915_mcu_twt_agrt_update mcu command
f44ca79c9aed mt76: mt7915: introduce mt7915_mac_add_twt_setup routine
2f9555a2f18f mt76: mt7915: enable twt responder capability
440e2db8d541 mt76: mt7915: add twt_stats knob in debugfs
eb5f640f8afa mt76: debugfs: improve queue node readability
53d7eb3b4884 mt76: mt7615: fix monitor mode tear down crash
2aa3d4414826 mt76: mt7921: add delay config for sched scan
47e8e96e8e4d mt76: use a separate CCMP PN receive counter for management frames
5560b08f8e2d mt76: do not access 802.11 header in ccmp check for 802.3 rx skbs
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-15 23:58:04 +08:00
Felix Fietkau
c86ee2395f
mac80211: remove kcov bits from TWT backport patch
...
Our backports version does not have support for kcov in mac80211
Fixes build errors on some platforms
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-15 23:57:22 +08:00
Felix Fietkau
a9961a8bfa
mac80211: backport AP mode TWT support
...
Required for an upcoming mt76 update
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-15 23:57:03 +08:00
Tianling Shen
077e6b59e8
Merge Mainline
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
2021-10-09 11:19:14 +08:00
Tianling Shen
cc506708b5
r8168: Update to 8.049.02
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
(cherry picked from commit eddae41f4c )
2021-10-09 11:10:42 +08:00
Stijn Tintel
c60ddab896
kernel: drop kmod-gpio-dev
...
The GPIO_DEVICE symbol belonged to a custom driver that was removed from
OpenWrt in 2012. The symbol never existed in the upstream kernel.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2021-10-08 23:39:25 +08:00
Tianling Shen
929ec35350
r8125: Update to 9.006.04 version
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
(cherry picked from commit 52229a5153 )
2021-10-07 11:19:20 +08:00
Tianling Shen
f515495d6a
r8125: Update to 9.006.04
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org >
(cherry picked from commit 47e884d6a3 )
2021-10-07 09:19:40 +08:00
Felix Fietkau
960d717a77
mac80211: allow retry of wifi setup if an iw interface add command fails
...
In some cases, spurious failures might be cleared by teardown and retry
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2021-10-06 23:54:59 +08:00
AmadeusGhost
04de9d5b37
exfat: fix build on kernel 4.9 and 4.14
...
Fixes : #477
2021-10-01 10:12:43 +08:00
AmadeusGhost
aa56b0d6ec
mt7601u-ap: fix build with kernel 5.10
...
Fixes : #473
2021-09-30 16:23:01 +08:00