Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/mt76.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mt76x0
AgeCommit message (Expand)Author
2019-09-26mt76: track rx airtime for airtime fairness and surveyFelix Fietkau
2019-09-26mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau
2019-09-26mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi
2019-09-26mt76: mt76x0u: reset counter starting the deviceLorenzo Bianconi
2019-09-26mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi
2019-09-26mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka
2019-09-05mt76: mt76x0: remove redundant chandef copyStanislaw Gruszka
2019-08-22mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka
2019-08-22mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi
2019-08-21mt76: mt76x02u: enable survey supportLorenzo Bianconi
2019-08-21mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi
2019-08-20mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-08-20mt76: mt76x02: fix some checkpatch warningsRyder Lee
2019-06-25mt76: mt76u: reduce rx memory footprintLorenzo Bianconi
2019-06-25mt76x0: fix RF frontend initialization for external PAFelix Fietkau
2019-06-25mt76: revert support for TX_NEEDS_ALIGNED4_SKBSFelix Fietkau
2019-06-07mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi
2019-05-31mt76: fix setting chan->max_powerFelix Fietkau
2019-04-30mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi
2019-04-29mt76x02: remove bogus mutex usageStanislaw Gruszka
2019-04-29mt76usb: fix tx/rx stopStanislaw Gruszka
2019-04-29mt76x02u: remove bogus stop on suspendStanislaw Gruszka
2019-04-29Revert "mt76: fix potential deadlock on cancelling workqueues"Felix Fietkau
2019-04-25mt76: move mac_work in mt76_devLorenzo Bianconi
2019-04-25mt76: introduce mt76_free_device routineLorenzo Bianconi
2019-04-25mt76x02u: check chip version on probeStanislaw Gruszka
2019-03-27mt76: fix tx power issuesFelix Fietkau
2019-03-24mt76usb: use usb_dev private dataStanislaw Gruszka
2019-03-24mt76: unify set_timStanislaw Gruszka
2019-03-24mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka
2019-03-24mt76x02u: add sta_psStanislaw Gruszka
2019-03-24mt76x02u: implement beacon_opsStanislaw Gruszka
2019-03-24mt76x02: introduce beacon_opsStanislaw Gruszka
2019-03-24mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka
2019-03-22mt76: fix potential deadlock on cancelling workqueuesFelix Fietkau
2019-03-15mt76: use TX_NEEDS_ALIGNED4_SKBSFelix Fietkau
2019-03-15mt76: move tx tasklet to struct mt76_devFelix Fietkau
2019-03-15mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi
2019-03-12mt76x02: do not enable RTS/CTS by defaultStanislaw Gruszka
2019-02-26mt76usb: remove usb_mcu.cStanislaw Gruszka
2019-02-26mt76usb: use synchronous msg for mcu command responsesStanislaw Gruszka
2019-02-25mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau
2019-02-18mt76x0u: fix suspend/resumeStanislaw Gruszka
2019-02-18mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi
2019-02-07mt76x0: mcu: remove useless commented configurationLorenzo Bianconi
2019-02-07mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi
2019-02-03mt76: run MAC work every 100msFelix Fietkau