summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee5-41/+95
2020-12-04mt76: testmode: switch ib and wb rssi to array type for per-antenna reportShayne Chen3-7/+25
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi1-5/+4
2020-12-04mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devicesLorenzo Bianconi4-141/+44
2020-12-04mt76: fix tkip configuration for mt7615/7663 devicesLorenzo Bianconi1-6/+8
2020-12-04mt76: switch to wep sw crypto for mt7615/mt7915Lorenzo Bianconi1-2/+2
2020-12-04mt76: mt7663s: introduce WoW support via GPIOSean Wang2-2/+28
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-26/+6
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-1/+2
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-12-04mt76: sdio: get rid of sched.lockLorenzo Bianconi2-17/+8
2020-12-04mt76: mt7663s: fix a possible ple quota underflowLorenzo Bianconi1-1/+1
2020-12-04mt76: mt7663s: get rid of mt7663s_sta_addLorenzo Bianconi1-25/+1
2020-12-04mt76: mt7615: introduce quota debugfs node for mt7663sLorenzo Bianconi1-0/+17
2020-12-04mt76: mt7615: enable beacon filtering by default for offload fwLorenzo Bianconi5-72/+72
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau4-18/+0
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau4-69/+18
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau1-7/+8
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau4-10/+12
2020-12-04mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau2-40/+40
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-92/+91
2020-12-04mt76: mt7615: add debugfs knob for setting extended local mac addressesFelix Fietkau3-0/+101
2020-12-04mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi2-13/+20
2020-12-04mt76: mt7663s: disable interrupt during txrx_worker processingLorenzo Bianconi1-18/+9
2020-12-04mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi3-25/+37
2020-12-04mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi3-56/+55
2020-12-04mt76: mt7615: retry if mt7615_mcu_init returns -EAGAINChuanhong Guo1-1/+8
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller20-346/+466
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi1-6/+7
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-14/+3
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi1-2/+23
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi1-2/+5
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi2-15/+46
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi1-13/+30
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi3-4/+10
2020-09-24mt76: mt7663s: introduce __mt7663s_xmit_queue routineLorenzo Bianconi1-13/+22
2020-09-24mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quotaLorenzo Bianconi1-25/+31
2020-09-24mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi2-10/+4
2020-09-24mt76: mt7622: fix fw hang on mt7622Lorenzo Bianconi1-14/+32
2020-09-24mt76: mt7615: fix VHT LDPC capabilityRyder Lee1-2/+2
2020-09-24mt76: mt7615: Remove set but unused variable 'index'Wang Hai1-3/+0
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-3/+0
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau5-9/+7
2020-09-24mt76: mt7615: fix antenna selection for testmode tx_framesFelix Fietkau2-9/+1
2020-09-24mt76: mt7615: fix MT_ANT_SWITCH_CON register definitionFelix Fietkau1-1/+1
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau5-25/+18
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau3-3/+10
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-2/+0