summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)Author
2020-12-04mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-12-04mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee
2020-12-04mt76: testmode: switch ib and wb rssi to array type for per-antenna reportShayne Chen
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi
2020-12-04mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devicesLorenzo Bianconi
2020-12-04mt76: fix tkip configuration for mt7615/7663 devicesLorenzo Bianconi
2020-12-04mt76: switch to wep sw crypto for mt7615/mt7915Lorenzo Bianconi
2020-12-04mt76: mt7663s: introduce WoW support via GPIOSean Wang
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-12-04mt76: sdio: get rid of sched.lockLorenzo Bianconi
2020-12-04mt76: mt7663s: fix a possible ple quota underflowLorenzo Bianconi
2020-12-04mt76: mt7663s: get rid of mt7663s_sta_addLorenzo Bianconi
2020-12-04mt76: mt7615: introduce quota debugfs node for mt7663sLorenzo Bianconi
2020-12-04mt76: mt7615: enable beacon filtering by default for offload fwLorenzo Bianconi
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau
2020-12-04mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau
2020-12-04mt76: mt7615: add debugfs knob for setting extended local mac addressesFelix Fietkau
2020-12-04mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi
2020-12-04mt76: mt7663s: disable interrupt during txrx_worker processingLorenzo Bianconi
2020-12-04mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi
2020-12-04mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi
2020-12-04mt76: mt7615: retry if mt7615_mcu_init returns -EAGAINChuanhong Guo
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi