summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
Commit message (Expand)AuthorAgeFilesLines
* mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka2019-03-193-3/+2Star
* mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi2019-03-193-16/+23
* mt76: mt7603: use the correct hweight8() functionFelix Fietkau2019-03-193-4/+3Star
* mt76x02u: check chip version on probeStanislaw Gruszka2019-03-193-3/+18
* mt76x2u: remove duplicated entry in mt76x2u_device_tableLorenzo Bianconi2019-03-071-2/+1Star
* mt76: fix return value check in mt76_wmac_probe()Wei Yongjun2019-03-071-2/+2
* mt76: mt7603: set moredata flag when queueing ps-filtered packetsFelix Fietkau2019-03-071-0/+11
* mt76: mt76x02: disable ED/CCA by defaultFelix Fietkau2019-03-073-1/+30
* mt76: when releasing PS frames, end the service period if no frame was foundFelix Fietkau2019-03-071-0/+3
* mt76: mt7603: clear the service period on releasing PS filtered packetsFelix Fietkau2019-03-071-0/+3
* mt76: mt7603: notify mac80211 about buffered frames in ps queueFelix Fietkau2019-03-071-2/+11
* mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau2019-03-071-0/+4
* mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau2019-03-071-0/+2
* mt76: mt76x2: fix 2.4 GHz channel gain settingsFelix Fietkau2019-03-071-5/+14
* mt76: mt76x2: fix external LNA gain settingsFelix Fietkau2019-03-071-3/+8
* mt76: mt7603: fix tx status HT rate validationFelix Fietkau2019-03-071-1/+1
* mt76: mt76x02: reduce false positives in ED/CCA tx blockingFelix Fietkau2019-03-073-4/+26
* mt76: mt76x02: only update the base mac address if necessaryFelix Fietkau2019-03-071-4/+6
* mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka2019-03-071-1/+2
* mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau2019-03-079-9/+132
* mt76: mt76x02: when setting a key, use PN from mac80211Felix Fietkau2019-03-071-1/+15
* mt76: rewrite dma descriptor base and ring size on queue resetFelix Fietkau2019-03-071-0/+2
* mt76: introduce q->stopped parameterLorenzo Bianconi2019-03-074-3/+14
* mt76: fix a leaked reference by adding a missing of_node_putWen Yang2019-02-281-8/+16
* mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-2620-0/+5864
* mt76: add driver callback for when a sta is associatedFelix Fietkau2019-02-262-0/+8
* mt76: remove no longer used routine declarationsLorenzo Bianconi2019-02-262-13/+5Star
* mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entryLorenzo Bianconi2019-02-261-1/+1
* mt76: usb: simplify mt76u_tx_build_sg routineLorenzo Bianconi2019-02-261-14/+3Star
* mt76: usb: simplify rx buffer allocationLorenzo Bianconi2019-02-262-51/+27Star
* mt76: usb: introduce mt76u_fill_bulk_urb routineLorenzo Bianconi2019-02-261-19/+26
* mt76: usb: fix warning in mt76u_buf_freeLorenzo Bianconi2019-02-261-7/+2Star
* mt76usb: remove usb_mcu.cStanislaw Gruszka2019-02-266-47/+6Star
* mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka2019-02-266-74/+15Star
* mt76usb: allow mt76u_bulk_msg be used for readsStanislaw Gruszka2019-02-262-6/+10
* mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2Felix Fietkau2019-02-261-3/+3
* mt76: mt76x2: unify mt76x2[u]_mac_resumeFelix Fietkau2019-02-266-18/+9Star
* mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau2019-02-268-16/+14Star
* mt76: mt76x02: issue watchdog reset on MCU request timeoutFelix Fietkau2019-02-263-9/+21
* mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau2019-02-262-1/+3
* mt76: mt76x02: fix beacon timer issueFelix Fietkau2019-02-261-3/+3
* mt76: mt76x02: fix beacon timer drift adjustmentFelix Fietkau2019-02-261-7/+7
* mt76: mt76x02: fix TSF sync modeFelix Fietkau2019-02-261-1/+1
* mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau2019-02-181-7/+8
* mt76: fix resetting software IV flag on key deleteFelix Fietkau2019-02-181-1/+1
* mt76: fix corrupted software generated tx CCMP PNFelix Fietkau2019-02-181-1/+1
* mt76: fix tx status timeout processingFelix Fietkau2019-02-181-4/+1Star
* mt76: Use the correct hweight8() functionBen Hutchings2019-02-181-2/+2
* mt76x02u: remove bogus check and comment paddingStanislaw Gruszka2019-02-181-5/+9
* mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi2019-02-181-1/+2