summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-04-22Merge tag 'mt76-for-kvalo-2021-04-21' of https://github.com/nbd168/wirelessKalle Valo
2021-04-22brcmfmac: Avoid GFP_ATOMIC when GFP_KERNEL is enoughChristophe JAILLET
2021-04-22qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson
2021-04-22wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King
2021-04-22wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_joinGustavo A. R. Silva
2021-04-22wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pktGustavo A. R. Silva
2021-04-22ath11k: fix warning in ath11k_mhi_configAnilkumar Kolli
2021-04-22ath11k: qmi: Fix spelling mistake "requeqst" -> "request"Colin Ian King
2021-04-22ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan
2021-04-22ath10k: Fix a use after free in ath10k_htc_send_bundleLv Yunlong
2021-04-22ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen
2021-04-21mt76: mt7921: reinit wpdma during drv_own if necessaryLorenzo Bianconi
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi
2021-04-21mt76: mt7921: fix a precision vs width bug in printkDan Carpenter
2021-04-21mt76: mt7915: fix a precision vs width bug in printkDan Carpenter
2021-04-21mt76: mt7615: fix a precision vs width bug in printkDan Carpenter
2021-04-21mt76: debugfs: introduce napi_threaded nodeLorenzo Bianconi
2021-04-21mt76: mt7921: introduce mt7921_mcu_sta_add routineLorenzo Bianconi
2021-04-21mt76: mt7921: mt7921_stop should put device in fw_own stateSean Wang
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi
2021-04-21mt76: mt7663: add awake and doze time accountingLorenzo Bianconi
2021-04-21mt76: mt7921: improve doze opportunityLorenzo Bianconi
2021-04-21mt76: mt7921: get rid of mcu_reset function pointerLorenzo Bianconi
2021-04-21mt76: mt7915: do not read rf value from efuse in flash modeShayne Chen
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi
2021-04-21mt76: mt7921: fix possible invalid register accessSean Wang
2021-04-21mt76: mt7921: enable deep sleep when the device suspendsSean Wang
2021-04-21mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utilitySean Wang
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi
2021-04-21mt76: mt7921: introduce mt7921_dma_{enable,disable} utilitiesLorenzo Bianconi
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi
2021-04-21mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi
2021-04-21mt76: mt7615: Fix a dereference of pointer sta before it is null checkedColin Ian King
2021-04-21mt76: mt7921: enable sw interruptsLorenzo Bianconi
2021-04-21mt76: mt7921: add awake and doze time accountingLorenzo Bianconi
2021-04-21mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi
2021-04-21mt76: mt7615: rely on pm refcounting in mt7615_led_set_configLorenzo Bianconi
2021-04-21mt76: connac: alaways wake the device before scanningLorenzo Bianconi
2021-04-21mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_workLorenzo Bianconi
2021-04-21mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi
2021-04-21mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi
2021-04-21mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi