summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/init.c
AgeCommit message (Expand)Author
2019-05-01mt76: fix tx power issuesFelix Fietkau
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka
2019-02-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi
2018-11-30mt76: introduce mt76x02_config_mac_addr_list routineLorenzo Bianconi
2018-11-30mt76: remove wait argument from mt76x02_mcu_function_selectStanislaw Gruszka
2018-11-30mt76x0: init: use mt76x02_mac_wcid_setup for wcid configurationLorenzo Bianconi
2018-11-30mt76x0: init: use mt76x02_mac_shared_key_setup in mt76x0_init_hardwareLorenzo Bianconi
2018-11-30mt76: introduce mt76x02_init_beacon_config routineLorenzo Bianconi
2018-11-30mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi
2018-11-30mt76x0: init: simplify mt76x0_init_mac_registersLorenzo Bianconi
2018-11-30mt76: usb: fix static tracepointsLorenzo Bianconi
2018-11-30mt76x0: use mt76x02_mac_work as stats handlerLorenzo Bianconi
2018-11-30mt76x0: use shared debugfs implementationLorenzo Bianconi
2018-11-30mt76x0: phy: use proper name conventionLorenzo Bianconi
2018-10-13mt76: reserve enough room for USB tx skbsStanislaw Gruszka
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo 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-05mt76x0: init: remove unnecessary configurationsLorenzo Bianconi
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi
2018-10-01mt76x0: pci: add hw initialization at bootstrapLorenzo Bianconi
2018-10-01mt76x0: usb: move initialization code in usb.cLorenzo 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-01mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi
2018-10-01mt76x0: use mt76_poll in mt76x0_set_wlan_stateLorenzo Bianconi
2018-09-19mt76x0: remove unused usb header fileLorenzo Bianconi
2018-09-19mt76x0: remove mcu source fileLorenzo Bianconi
2018-09-19mt76x0: usb: move firmware loading to usb.cStanislaw Gruszka
2018-09-19mt76x0: remove mt76x0_burst_write_regs()Stanislaw Gruszka
2018-09-19mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi
2018-09-19mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka
2018-09-19mt76x0: make device allocation bus neutralStanislaw Gruszka
2018-09-19mt76x0: remove some usb specific code from mt76x0_register_deviceStanislaw Gruszka
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka
2018-09-19mt76x0: use mt76_register_device for device registrationLorenzo Bianconi
2018-09-19mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_paramsLorenzo Bianconi
2018-09-19mt76x0: do not free/alloc buffers during suspend/resumeLorenzo Bianconi
2018-09-19mt76x0: move mt76x0_init_hardware in mt76x0_register_deviceLorenzo Bianconi
2018-09-19mt76x0: move stop related routines in mt76x0_mac_stopLorenzo Bianconi
2018-09-19mt76x0: fix memory leak during hw probeLorenzo Bianconi