summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: mt76: mt7921: fix rx filter incorrect by drv/fw inconsistentNeil Chen2023-02-036-50/+40
* wifi: mt76: add memory barrier to SDIO queue kickDeren Wu2023-02-031-0/+4
* wifi: mt76: mt7921: reduce polling time in pmctrlDeren Wu2023-02-031-4/+4
* wifi: mt76: add flexible polling wait-interval supportDeren Wu2023-02-032-9/+10
* wifi: mt76: mt7915: fix WED TxS reportingRyder Lee2023-02-031-3/+0
* wifi: mt76: mt7915: wed: enable red per-band token dropPeter Chiu2023-02-035-3/+52
* wifi: mt76: mt7915: set sku initial value to zeroPeter Chiu2023-02-031-0/+2
* wifi: mt76: mt7921u: add support for Comfast CF-952AXChuanhong Guo2023-02-031-0/+3
* wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_transLorenzo Bianconi2023-02-031-1/+1
* wifi: mt76: mt7921: avoid mcu_restart function pointerLorenzo Bianconi2023-02-032-2/+0
* wifi: mt76: mt7615: avoid mcu_restart function pointerLorenzo Bianconi2023-02-033-4/+1
* wifi: mt76: mt7603: avoid mcu_restart function pointerLorenzo Bianconi2023-02-031-2/+1
* wifi: mt76: mt7915: avoid mcu_restart function pointerLorenzo Bianconi2023-02-031-3/+2
* wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanupLorenzo Bianconi2023-02-031-2/+1
* wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi2023-02-031-6/+7
* wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exitLorenzo Bianconi2023-02-031-1/+2
* wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exitLorenzo Bianconi2023-02-031-1/+2
* wifi: mt76: introduce mt76_queue_is_wed_rx utility routineLorenzo Bianconi2023-02-033-6/+9
* wifi: mt76: mt7921: fix invalid remain_on_channel durationDeren Wu2023-02-031-1/+1
* wifi: mt76: mt7915: remove BW160 and BW80+80 supportMeiChia Chiu2023-02-031-29/+9
* wifi: mt76: connac: fix POWER_CTRL command name typoShayne Chen2023-02-032-2/+2
* wifi: mt76: mt7996: do not hardcode vht beamform capShayne Chen2023-02-031-1/+1
* wifi: mt76: mt7996: update register for CFEND_RATEShayne Chen2023-02-033-8/+10
* wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna()Shayne Chen2023-02-031-1/+4
* wifi: mt76: mt7921: add ack signal supportDeren Wu2023-02-035-0/+45
* wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu2023-02-033-1/+74
* wifi: mt76: mt7915: add chip id condition in mt7915_check_eeprom()Shayne Chen2023-02-031-1/+4
* wifi: mt76: mt7915: add error message in mt7915_thermal_set_cur_throttle_state()Howard Hsu2023-02-032-5/+9
* wifi: mt76: mt7915: rework mt7915_thermal_temp_store()Howard Hsu2023-02-032-2/+19
* wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttlingHoward Hsu2023-02-034-26/+37
* wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_...Howard Hsu2023-02-032-2/+7
* wifi: mt76: mt7921: fix deadlock in mt7921_abort_rocFelix Fietkau2023-02-031-15/+7
* Merge wireless into wireless-nextKalle Valo2023-01-172-52/+73
|\
| * wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau2023-01-161-52/+72
| * wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2023-01-163-4/+20
| * wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2023-01-161-4/+5
| * wifi: mt76: mt7996: select CONFIG_RELAYArnd Bergmann2022-12-201-0/+1
* | wifi: mt7601u: fix an integer underflowJisoo Jang2023-01-161-1/+2
* | Merge tag 'mt76-for-kvalo-2022-12-09' of https://github.com/nbd168/wirelessKalle Valo2022-12-2133-273/+503
|\ \ | |/ |/|
| * wifi: mt76: mt7915: get rid of wed rx_buf_ring page_frag_cacheLorenzo Bianconi2022-12-091-14/+11
| * wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()Sean Wang2022-12-091-1/+2
| * wifi: mt76: dma: rely on queue page_frag_cache for wed rx queuesLorenzo Bianconi2022-12-091-15/+1
| * wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2022-12-093-4/+20
| * wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2022-12-091-4/+5
| * wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi2022-12-095-74/+92
| * wifi: mt76: mt7915: enable per-phy led supportLorenzo Bianconi2022-12-093-29/+109
| * wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi2022-12-098-87/+92
| * wifi: mt76: move leds field in leds structLorenzo Bianconi2022-12-098-54/+56
| * wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr...Deren Wu2022-12-091-1/+1
| * wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee2022-12-091-1/+1