summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2022-04-13mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-04-08mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-04-08mt76: mt7615: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-01-27mt76: mt7615: improve wmm index allocationFelix Fietkau1-5/+3
2022-01-27mt76: do not pass the received frame with decryption errorXing Song1-1/+8
2022-01-27mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()Peter Chiu1-2/+6
2021-11-18mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke1-2/+2
2021-11-18mt76: mt7615: fix monitor mode tear down crashRyder Lee1-5/+13
2021-11-18mt76: mt7615: fix hwmon temp sensor mem use-after-freeRyder Lee1-2/+4
2021-11-18mt76: overwrite default reg_ops if necessaryLorenzo Bianconi1-1/+28
2021-11-18mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-11-18mt76: mt7615: fix skb use-after-free on mac resetFelix Fietkau1-22/+23
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi4-15/+32
2021-06-19mt76: mt7663s: enable runtime-pmLorenzo Bianconi2-4/+11
2021-06-19mt76: mt7663s: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2-8/+22
2021-06-19mt76: mt7663s: rely on pm reference countingLorenzo Bianconi1-14/+22
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee2-54/+52
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-3/+5
2021-06-19mt76: use SPDX header file comment styleTom Rix1-1/+1
2021-06-19mt76: add a space between comment char and SPDX tagTom Rix1-1/+1
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee2-18/+16
2021-06-19mt76: reduce rx buffer size to 2048Lorenzo Bianconi1-7/+2
2021-06-19mt76: connac: fix the maximum interval schedule scan can supportSean Wang1-1/+1
2021-06-19mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi3-6/+6
2021-06-19mt76: connac: fix UC entry is being overwrittenLorenzo Bianconi1-3/+5
2021-06-19mt76: mt7615: update radar parametersRyder Lee2-7/+14
2021-06-19mt76: mt7615: fix potential overflow on large shiftRyder Lee1-0/+3
2021-06-19mt76: mt7615: remove useless if condition in mt7615_add_interface()Lorenzo Bianconi1-2/+0
2021-06-19mt76: mt7615: add .offset_tsf callbackRyder Lee4-4/+34
2021-06-19mt76: mt7615: add thermal sensor device supportRyder Lee5-25/+58
2021-06-19mt76: mt7663: enable hw rx header translationLorenzo Bianconi3-23/+52
2021-06-19mt76: mt7615: free irq if mt7615_mmio_probe failsLorenzo Bianconi1-4/+7
2021-06-19mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()Lorenzo Bianconi2-4/+6
2021-06-19mt76: connac: add missing configuration in mt76_connac_mcu_wtbl_hdr_trans_tlvLorenzo Bianconi1-4/+4
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi3-35/+6
2021-06-17mt76: mt7615: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-06-11mt76: mt7615: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-05-30mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi3-11/+12
2021-05-15mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi1-2/+3
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-2/+0
2021-04-21mt76: mt7615: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7663: add awake and doze time accountingLorenzo Bianconi3-6/+52
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi4-13/+5
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi4-19/+16
2021-04-21mt76: mt7615: Fix a dereference of pointer sta before it is null checkedColin Ian King1-1/+2
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi2-2/+2
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi1-2/+1
2021-04-21mt76: mt7615: rely on pm refcounting in mt7615_led_set_configLorenzo Bianconi1-1/+3