summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski10-209/+64
2023-04-19wifi: mt76: set NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 on supported driversFelix Fietkau1-0/+1
2023-04-17wifi: mt76: mt7921: enable p2p supportSean Wang1-2/+2
2023-04-17wifi: mt76: mt7915: drop redundant prefix of mt7915_txpower_puts()Ryder Lee1-18/+18
2023-04-17wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi1-32/+1
2023-04-17wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi1-22/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi3-6/+0
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi4-7/+6
2023-04-17wifi: mt76: mt7915: remove mt7915_mcu_beacon_check_caps()Ryder Lee3-110/+12
2023-04-17wifi: mt76: mt7915: rework init flow in mt7915_thermal_init()Howard Hsu1-4/+4
2023-04-17wifi: mt76: mt7915: add dev->hif2 support for mt7916 WED deviceSujuan Chen3-8/+16
2023-04-17wifi: mt76: mt7915: expose device tree match tableLorenz Brun1-0/+2
2023-04-17wifi: mt76: mt7915: unlock on error in mt7915_thermal_temp_store()Dan Carpenter1-0/+1
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-7/+6
2023-03-13wifi: mt76: mt7915: add back 160MHz channel width support for MT7915Felix Fietkau1-10/+30
2023-02-03wifi: mt76: mt7915: complete wed reset supportLorenzo Bianconi2-5/+31
2023-02-03wifi: mt76: mt7915: add mt7915 wed reset callbacksLorenzo Bianconi2-0/+55
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-1/+1
2023-02-03wifi: mt76: mt7915: release rxwi in mt7915_wed_release_rx_bufSujuan Chen1-0/+2
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi1-10/+16
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi1-34/+21
2023-02-03wifi: mt76: mt7915: fix memory leak in mt7915_mmio_wed_init_rx_bufLorenzo Bianconi1-1/+8
2023-02-03wifi: mt76: mt7915: fix WED TxS reportingRyder Lee1-3/+0
2023-02-03wifi: mt76: mt7915: wed: enable red per-band token dropPeter Chiu4-3/+51
2023-02-03wifi: mt76: mt7915: set sku initial value to zeroPeter Chiu1-0/+2
2023-02-03wifi: mt76: mt7915: avoid mcu_restart function pointerLorenzo Bianconi1-3/+2
2023-02-03wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exitLorenzo Bianconi1-1/+2
2023-02-03wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi1-2/+1
2023-02-03wifi: mt76: mt7915: remove BW160 and BW80+80 supportMeiChia Chiu1-29/+9
2023-02-03wifi: mt76: mt7915: add chip id condition in mt7915_check_eeprom()Shayne Chen1-1/+4
2023-02-03wifi: mt76: mt7915: add error message in mt7915_thermal_set_cur_throttle_state()Howard Hsu2-5/+9
2023-02-03wifi: mt76: mt7915: rework mt7915_thermal_temp_store()Howard Hsu2-2/+19
2023-02-03wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttlingHoward Hsu4-26/+37
2023-02-03wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_...Howard Hsu2-2/+7
2022-12-09wifi: mt76: mt7915: get rid of wed rx_buf_ring page_frag_cacheLorenzo Bianconi1-14/+11
2022-12-09wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi1-0/+7
2022-12-09wifi: mt76: mt7915: enable per-phy led supportLorenzo Bianconi2-29/+101
2022-12-09wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi1-7/+7
2022-12-09wifi: mt76: move leds field in leds structLorenzo Bianconi1-5/+5
2022-12-09wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee1-1/+1
2022-12-09wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()Ryder Lee2-2/+1
2022-12-09wifi: mt76: mt7915: check the correctness of event dataRyder Lee1-4/+17
2022-12-09wifi: mt76: mt7915: check return value before accessing free_block_numRyder Lee2-11/+18
2022-12-09wifi: mt76: mt7915: split mcu chan_mib array upRyder Lee1-23/+27
2022-12-09wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaksRyder Lee1-1/+3
2022-12-09wifi: mt76: mt7915: add missing of_node_put()Wang Yufen1-0/+1
2022-12-01wifi: mt76: mt7915: mmio: fix naming conventionLorenzo Bianconi1-5/+5
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee10-166/+184
2022-12-01wifi: mt76: mt7915: enable per bandwidth power limit supportRyder Lee3-32/+184
2022-12-01wifi: mt76: mt7915: introduce mt7915_get_power_bound()Ryder Lee2-7/+17