summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-075-32/+1
|\
| * treewide: remove editor modelines and cruftMasahiro Yamada2021-05-074-32/+0
| * proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-071-0/+1
* | Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-2/+2
|\ \ | |/ |/|
| * iwlwifi: mvm: tt: Replace thermal_notify_frameworkThara Gopinath2021-04-221-2/+2
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29235-4296/+10296
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-3/+4
| |\ \
| | * | iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina2021-04-191-3/+4
| * | | Merge tag 'mt76-for-kvalo-2021-04-21' of https://github.com/nbd168/wirelessKalle Valo2021-04-2254-946/+2117
| |\ \ \
| | * | | mt76: mt7921: reinit wpdma during drv_own if necessaryLorenzo Bianconi2021-04-211-0/+2
| | * | | mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi2021-04-216-13/+3
| | * | | mt76: mt7921: fix a precision vs width bug in printkDan Carpenter2021-04-211-1/+1
| | * | | mt76: mt7915: fix a precision vs width bug in printkDan Carpenter2021-04-211-1/+1
| | * | | mt76: mt7615: fix a precision vs width bug in printkDan Carpenter2021-04-211-1/+1
| | * | | mt76: debugfs: introduce napi_threaded nodeLorenzo Bianconi2021-04-211-0/+28
| | * | | mt76: mt7921: introduce mt7921_mcu_sta_add routineLorenzo Bianconi2021-04-213-19/+27
| | * | | mt76: mt7921: mt7921_stop should put device in fw_own stateSean Wang2021-04-211-1/+1
| | * | | mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi2021-04-213-1/+7
| | * | | mt76: mt7663: add awake and doze time accountingLorenzo Bianconi2021-04-213-6/+52
| | * | | mt76: mt7921: improve doze opportunityLorenzo Bianconi2021-04-212-3/+3
| | * | | mt76: mt7921: get rid of mcu_reset function pointerLorenzo Bianconi2021-04-213-6/+2
| | * | | mt76: mt7915: do not read rf value from efuse in flash modeShayne Chen2021-04-211-1/+1
| | * | | mt76: move token utilities in mt76 common moduleLorenzo Bianconi2021-04-2114-113/+132
| | * | | mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi2021-04-2111-73/+66
| | * | | mt76: mt7921: fix possible invalid register accessSean Wang2021-04-211-1/+3
| | * | | mt76: mt7921: enable deep sleep when the device suspendsSean Wang2021-04-211-0/+12
| | * | | mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utilitySean Wang2021-04-212-8/+24
| | * | | mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi2021-04-214-0/+36
| | * | | mt76: mt7921: introduce mt7921_dma_{enable,disable} utilitiesLorenzo Bianconi2021-04-211-73/+35
| | * | | mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi2021-04-213-28/+47
| | * | | mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi2021-04-213-68/+74
| | * | | mt76: mt7615: Fix a dereference of pointer sta before it is null checkedColin Ian King2021-04-211-1/+2
| | * | | mt76: mt7921: enable sw interruptsLorenzo Bianconi2021-04-214-7/+25
| | * | | mt76: mt7921: add awake and doze time accountingLorenzo Bianconi2021-04-214-7/+55
| | * | | mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi2021-04-211-4/+2
| | * | | mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi2021-04-216-9/+9
| | * | | mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi2021-04-212-4/+2
| | * | | mt76: mt7615: rely on pm refcounting in mt7615_led_set_configLorenzo Bianconi2021-04-211-1/+3
| | * | | mt76: connac: alaways wake the device before scanningLorenzo Bianconi2021-04-213-8/+8
| | * | | mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_workLorenzo Bianconi2021-04-211-5/+0
| | * | | mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi2021-04-212-10/+0
| | * | | mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi2021-04-213-2/+14
| | * | | mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi2021-04-213-2/+1
| | * | | mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2021-04-212-6/+34
| | * | | mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2021-04-213-8/+37
| | * | | mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-218-12/+14
| | * | | mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2021-04-215-18/+25
| | * | | mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2021-04-213-14/+13
| | * | | mt76: connac: introduce wake counter for fw_pmctrl synchronizationLorenzo Bianconi2021-04-211-0/+31
| | * | | mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi2021-04-212-6/+15