aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-12mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependencyStanislaw Gruszka1-6/+8
2019-04-12mt76: mt7603: send BAR after powersave wakeupFelix Fietkau1-1/+1
2019-04-12mt76: mt7603: fix sequence number assignmentFelix Fietkau3-43/+18
2019-04-12mt76: mt7603: add missing initialization for dev->ps_lockFelix Fietkau1-0/+2
2019-03-19mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka3-3/+2
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi3-16/+23
2019-03-19mt76: mt7603: use the correct hweight8() functionFelix Fietkau3-4/+3
2019-03-19mt76x02u: check chip version on probeStanislaw Gruszka3-3/+18
2019-03-07mt76x2u: remove duplicated entry in mt76x2u_device_tableLorenzo Bianconi1-2/+1
2019-03-07mt76: fix return value check in mt76_wmac_probe()Wei Yongjun1-2/+2
2019-03-07mt76: mt7603: set moredata flag when queueing ps-filtered packetsFelix Fietkau1-0/+11
2019-03-07mt76: mt76x02: disable ED/CCA by defaultFelix Fietkau3-1/+30
2019-03-07mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau1-0/+3
2019-03-07mt76: mt7603: clear the service period on releasing PS filtered packetsFelix Fietkau1-0/+3
2019-03-07mt76: mt7603: notify mac80211 about buffered frames in ps queueFelix Fietkau1-2/+11
2019-03-07mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau1-0/+4
2019-03-07mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau1-0/+2
2019-03-07mt76: mt76x2: fix 2.4 GHz channel gain settingsFelix Fietkau1-5/+14
2019-03-07mt76: mt76x2: fix external LNA gain settingsFelix Fietkau1-3/+8
2019-03-07mt76: mt7603: fix tx status HT rate validationFelix Fietkau1-1/+1
2019-03-07mt76: mt76x02: reduce false positives in ED/CCA tx blockingFelix Fietkau3-4/+26
2019-03-07mt76: mt76x02: only update the base mac address if necessaryFelix Fietkau1-4/+6
2019-03-07mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka1-1/+2
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau9-9/+132
2019-03-07mt76: mt76x02: when setting a key, use PN from mac80211Felix Fietkau1-1/+15
2019-03-07mt76: rewrite dma descriptor base and ring size on queue resetFelix Fietkau1-0/+2
2019-03-07mt76: introduce q->stopped parameterLorenzo Bianconi4-3/+14
2019-02-28mt76: fix a leaked reference by adding a missing of_node_putWen Yang1-8/+16
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau20-0/+5864
2019-02-26mt76: add driver callback for when a sta is associatedFelix Fietkau2-0/+8
2019-02-26mt76: remove no longer used routine declarationsLorenzo Bianconi2-13/+5
2019-02-26mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi1-1/+1
2019-02-26mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi1-14/+3
2019-02-26mt76: usb: simplify rx buffer allocationLorenzo Bianconi2-51/+27
2019-02-26mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi1-19/+26
2019-02-26mt76: usb: fix warning in mt76u_buf_freeLorenzo Bianconi1-7/+2
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka6-47/+6
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka6-74/+15
2019-02-26mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka2-6/+10
2019-02-26mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2Felix Fietkau1-3/+3
2019-02-26mt76: mt76x2: unify mt76x2[u]_mac_resumeFelix Fietkau6-18/+9
2019-02-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau8-16/+14
2019-02-26mt76: mt76x02: issue watchdog reset on MCU request timeoutFelix Fietkau3-9/+21
2019-02-26mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau2-1/+3
2019-02-26mt76: mt76x02: fix beacon timer issueFelix Fietkau1-3/+3
2019-02-26mt76: mt76x02: fix beacon timer drift adjustmentFelix Fietkau1-7/+7
2019-02-26mt76: mt76x02: fix TSF sync modeFelix Fietkau1-1/+1
2019-02-18mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau1-7/+8
2019-02-18mt76: fix resetting software IV flag on key deleteFelix Fietkau1-1/+1
2019-02-18mt76: fix corrupted software generated tx CCMP PNFelix Fietkau1-1/+1