aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi27-56/+15
2018-10-05mt76: move txrx shared routines in mt76x02_txrx.cLorenzo Bianconi3-141/+164
2018-10-05mt76: move mt76x02_tx in mt76x02-lib moduleLorenzo Bianconi11-87/+36
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi17-142/+32
2018-10-05mt76: move mt76x02_mac_process_rx in mt76x02-lib moduleLorenzo Bianconi6-101/+110
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi16-210/+157
2018-10-05mt76x2: move mt76x2_dev in mt76x02_util.hLorenzo Bianconi33-509/+537
2018-10-05mt76x0: remove hw_atomic_mutex mutex in mt76x0_devLorenzo Bianconi3-23/+2
2018-10-05mt76x0: remove unused variable in mt76x0_devLorenzo Bianconi2-6/+0
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi6-62/+17
2018-10-05mt76: move mt76x02_rx_get_sta and mt76x02_rx_get_sta_wcid in mt76x02_util.hLorenzo Bianconi2-30/+31
2018-10-05mt76: move mt76x02_phy_get_min_avg_rssi in mt76x02_phy.cLorenzo Bianconi6-50/+53
2018-10-05mt76x0: init: remove unnecessary configurationsLorenzo Bianconi1-6/+0
2018-10-05mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi11-130/+48
2018-10-05mt76: move mt76x02_mac_write_txwi in mt76x02-lib moduleLorenzo Bianconi7-67/+69
2018-10-05mt76: add get_tx_txpwr_adj function pointer to mt76_driver_opsLorenzo Bianconi5-4/+9
2018-10-05mt76: move mt76x02_tx_get_max_txpwr_adj in mt76x02_util.cLorenzo Bianconi7-51/+45
2018-10-05mt76x0: usb: stop cal/mac workqueues at hw stopLorenzo Bianconi1-3/+3
2018-10-05mt76: usb: fix hw initialization sequenceLorenzo Bianconi2-10/+10
2018-10-05mt76: fix frag length allocation for usbStanislaw Gruszka1-1/+1
2018-10-05mt76: fix header guard macro define namesColin Ian King2-2/+2
2018-10-05mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi38-119/+120
2018-10-05mt76x0: pci: add mt76x0e_cleanup routineLorenzo Bianconi1-6/+20
2018-10-01mt76: mt76x2: fix multi-interface beacon configurationFelix Fietkau1-2/+1
2018-10-01mt76: check aggregation sequence number for frames sent via drv_txFelix Fietkau1-11/+25
2018-10-01mt76: fix handling ps-poll framesFelix Fietkau1-0/+6
2018-10-01mt76x0: usb: move mt76x0u_tx_prepare_skb in usb.cLorenzo Bianconi3-24/+24
2018-10-01mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi1-13/+43
2018-10-01mt76x0: pci: add mt76x0e_{start/stop} callbacksLorenzo Bianconi1-0/+34
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi6-103/+135
2018-10-01mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi13-73/+50
2018-10-01mt76x0: phy: set antenna parameter according to wireless bandLorenzo Bianconi1-11/+20
2018-10-01mt76x0: pci: add hw initialization at bootstrapLorenzo Bianconi3-8/+50
2018-10-01mt76x0: usb: move initialization code in usb.cLorenzo Bianconi3-79/+91
2018-10-01mt76: add mt76x02_mac_start routineLorenzo Bianconi3-11/+15
2018-10-01mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi2-8/+11
2018-10-01mt76x0: init: remove MT_PBF_SYS_CTRL configuration in mt76x0_reset_csr_bbpLorenzo Bianconi1-9/+3
2018-10-01mt76x0: init: remove duplicated initializationLorenzo Bianconi1-3/+0
2018-10-01mt76x0: use mt76x02 utility routines in mt76x0 init codeLorenzo Bianconi1-13/+6
2018-10-01mt76x0: usb: move mcu code in usb_mcu.cLorenzo Bianconi4-158/+178
2018-10-01mt76x0: pci: move mcu code in pci_mcu.cLorenzo Bianconi4-113/+149
2018-10-01mt76x0: update initvals to latest version of vendor driverLorenzo Bianconi1-227/+178
2018-10-01mt76: move mt76x2_wait_for_bbp in mt76x02-lib moduleLorenzo Bianconi3-8/+9
2018-10-01mt76: mmio: add implementation of wr_rp and rd_rpLorenzo Bianconi2-13/+28
2018-10-01mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi8-83/+45
2018-10-01mt76: move queue initialization in mt76x02_mmio.cLorenzo Bianconi6-95/+96
2018-10-01mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi10-48/+51
2018-10-01mt76: add mt76x02_dma_enable/mt76x02_dma_disable utility routinesLorenzo Bianconi4-19/+57
2018-10-01mt76: move wait_for_wpdma in mt76x02_dma.hLorenzo Bianconi4-10/+13
2018-10-01mt76x0: use mt76_poll in mt76x0_set_wlan_stateLorenzo Bianconi1-15/+3