summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)Author
2018-10-05mt76: move mt76x02_tx in mt76x02-lib moduleLorenzo Bianconi
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi
2018-10-05mt76: move mt76x02_mac_process_rx in mt76x02-lib moduleLorenzo Bianconi
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi
2018-10-05mt76x2: move mt76x2_dev in mt76x02_util.hLorenzo Bianconi
2018-10-05mt76x0: remove hw_atomic_mutex mutex in mt76x0_devLorenzo Bianconi
2018-10-05mt76x0: remove unused variable in mt76x0_devLorenzo Bianconi
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi
2018-10-05mt76: move mt76x02_rx_get_sta and mt76x02_rx_get_sta_wcid in mt76x02_util.hLorenzo Bianconi
2018-10-05mt76: move mt76x02_phy_get_min_avg_rssi in mt76x02_phy.cLorenzo Bianconi
2018-10-05mt76x0: init: remove unnecessary configurationsLorenzo Bianconi
2018-10-05mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi
2018-10-05mt76: move mt76x02_mac_write_txwi in mt76x02-lib moduleLorenzo Bianconi
2018-10-05mt76: add get_tx_txpwr_adj function pointer to mt76_driver_opsLorenzo Bianconi
2018-10-05mt76: move mt76x02_tx_get_max_txpwr_adj in mt76x02_util.cLorenzo Bianconi
2018-10-05mt76x0: usb: stop cal/mac workqueues at hw stopLorenzo Bianconi
2018-10-05mt76: usb: fix hw initialization sequenceLorenzo Bianconi
2018-10-05mt76: fix frag length allocation for usbStanislaw Gruszka
2018-10-05mt76: fix header guard macro define namesColin Ian King
2018-10-05mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi
2018-10-05mt76x0: pci: add mt76x0e_cleanup routineLorenzo Bianconi
2018-10-01mt76: mt76x2: fix multi-interface beacon configurationFelix Fietkau
2018-10-01mt76: check aggregation sequence number for frames sent via drv_txFelix Fietkau
2018-10-01mt76: fix handling ps-poll framesFelix Fietkau
2018-10-01mt76x0: usb: move mt76x0u_tx_prepare_skb in usb.cLorenzo Bianconi
2018-10-01mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi
2018-10-01mt76x0: pci: add mt76x0e_{start/stop} callbacksLorenzo Bianconi
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi
2018-10-01mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi
2018-10-01mt76x0: phy: set antenna parameter according to wireless bandLorenzo Bianconi
2018-10-01mt76x0: pci: add hw initialization at bootstrapLorenzo Bianconi
2018-10-01mt76x0: usb: move initialization code in usb.cLorenzo Bianconi
2018-10-01mt76: add mt76x02_mac_start routineLorenzo Bianconi
2018-10-01mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi
2018-10-01mt76x0: init: remove MT_PBF_SYS_CTRL configuration in mt76x0_reset_csr_bbpLorenzo Bianconi
2018-10-01mt76x0: init: remove duplicated initializationLorenzo Bianconi
2018-10-01mt76x0: use mt76x02 utility routines in mt76x0 init codeLorenzo Bianconi
2018-10-01mt76x0: usb: move mcu code in usb_mcu.cLorenzo Bianconi
2018-10-01mt76x0: pci: move mcu code in pci_mcu.cLorenzo Bianconi
2018-10-01mt76x0: update initvals to latest version of vendor driverLorenzo Bianconi
2018-10-01mt76: move mt76x2_wait_for_bbp in mt76x02-lib moduleLorenzo Bianconi
2018-10-01mt76: mmio: add implementation of wr_rp and rd_rpLorenzo Bianconi
2018-10-01mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi
2018-10-01mt76: move queue initialization in mt76x02_mmio.cLorenzo Bianconi
2018-10-01mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi
2018-10-01mt76: add mt76x02_dma_enable/mt76x02_dma_disable utility routinesLorenzo Bianconi
2018-10-01mt76: move wait_for_wpdma in mt76x02_dma.hLorenzo Bianconi
2018-10-01mt76x0: use mt76_poll in mt76x0_set_wlan_stateLorenzo Bianconi
2018-10-01mt76x2: disable WLAN core before probeFelix Fietkau
2018-10-01mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka