summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mt76: sdio: extend sdio module to support CONNAC2Sean Wang2021-10-205-6/+53
* mt76: sdio: introduce parse_irq callbackLorenzo Bianconi2021-10-205-15/+51
* mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi2021-10-209-313/+343
* mt76: mt7921: use physical addr to unify register accessSean Wang2021-10-202-24/+25
* mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang2021-10-201-1/+6
* mt76: mt7663s: rely on mcu reg access utilitySean Wang2021-10-203-32/+2
* mt76: connac: move mcu reg access utility routines in mt76_connac_lib moduleSean Wang2021-10-202-0/+29
* mt76: mt7921: add MT7921_COMMON moduleSean Wang2021-10-206-5/+34
* mt76: mt7921: refactor init.c to be bus independentSean Wang2021-10-204-27/+38
* mt76: mt7921: refactor mcu.c to be bus independentSean Wang2021-10-208-95/+130
* mt76: mt7921: refactor dma.c to be pcie specificSean Wang2021-10-203-9/+8
* mt76: mt7921: refactor mac.c to be bus independentSean Wang2021-10-205-344/+383
* mt76: mt7921: add MU EDCA cmd supportSean Wang2021-10-202-3/+53
* mt76: mt7915: remove dead code in debugfs codeLorenzo Bianconi2021-10-201-25/+6
* mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routinesLorenzo Bianconi2021-10-203-17/+11
* mt76: mt7915: improve code readability for xmit-queue handlerLorenzo Bianconi2021-10-201-2/+2
* mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phyLorenzo Bianconi2021-10-203-79/+86
* mt76: rely on phy pointer in mt76_register_debugfs_fops routine signatureLorenzo Bianconi2021-10-204-6/+7
* mt76: mt7915: set muru platform typeShayne Chen2021-10-205-15/+36
* mt76: mt7915: set VTA bit in tx descriptorShayne Chen2021-10-201-1/+1
* mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()Shayne Chen2021-10-201-1/+1
* mt76: mt7915: rework starec TLV tagsShayne Chen2021-10-204-141/+94
* mt76: mt7915: fix sta_rec_wtbl tag lenShayne Chen2021-10-201-1/+1
* mt76: mt7915: improve starec readability of txbfRyder Lee2021-10-202-49/+45
* mt76: mt7915: fix txbf starec TLV issuesRyder Lee2021-10-202-72/+71
* mt76: mt7915: introduce mt7915_mcu_beacon_check_caps()Ryder Lee2021-10-203-39/+137
* mt76: connac: fix possible NULL pointer dereference in mt76_connac_get_phy_mo...Lorenzo Bianconi2021-10-201-2/+2
* mt76: do not access 802.11 header in ccmp check for 802.3 rx skbsFelix Fietkau2021-10-201-2/+5
* mt76: use a separate CCMP PN receive counter for management framesXing Song2021-10-202-5/+24
* mt76: mt7921: add delay config for sched scanDeren Wu2021-10-202-2/+6
* mt76: mt7615: fix monitor mode tear down crashRyder Lee2021-10-201-5/+13
* mt76: debugfs: improve queue node readabilityLorenzo Bianconi2021-10-201-4/+5
* mt76: mt7915: add twt_stats knob in debugfsLorenzo Bianconi2021-10-201-0/+28
* mt76: mt7915: enable twt responder capabilityLorenzo Bianconi2021-10-201-0/+2
* mt76: mt7915: introduce mt7915_mac_add_twt_setup routineLorenzo Bianconi2021-10-204-0/+220
* mt76: mt7915: introduce mt7915_mcu_twt_agrt_update mcu commandLorenzo Bianconi2021-10-203-0/+79
* mt76: mt7915: introduce __mt7915_get_tsf routineLorenzo Bianconi2021-10-202-6/+16
* mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmwareSean Wang2021-10-203-6/+8
* mt76: introduce __mt76_mcu_send_firmware routineLorenzo Bianconi2021-10-203-10/+17
* mt76: support reading EEPROM data embedded in fdtDaniel Golle2021-10-201-0/+11
* mt76: schedule status timeout at dma completionLorenzo Bianconi2021-10-202-3/+11
* mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi2021-10-203-11/+12
* mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi2021-10-2014-19/+18
* mt76: introduce packet_id idrLorenzo Bianconi2021-10-208-27/+82
* mt76: mt7921: add 6GHz supportLorenzo Bianconi2021-10-204-16/+64
* mt76: add 6GHz supportLorenzo Bianconi2021-10-201-8/+120
* mt76: connac: enable hw amsdu @ 6GHzLorenzo Bianconi2021-10-201-1/+1
* mt76: connac: add 6GHz support to mt76_connac_mcu_uni_add_bssLorenzo Bianconi2021-10-202-4/+15
* mt76: connac: add 6GHz support to mt76_connac_mcu_sta_tlvLorenzo Bianconi2021-10-202-1/+20
* mt76: connac: set 6G phymode in single-sku supportLorenzo Bianconi2021-10-203-4/+49