aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi1-16/+0
2019-11-20mt76: mt76x0u: reset counter starting the deviceLorenzo Bianconi1-2/+1
2019-11-20mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi1-11/+1
2019-06-30Merge tag 'mt76-for-kvalo-2019-06-27' of https://github.com/nbd168/wirelessKalle Valo1-2/+3
2019-06-27mt76: fix setting chan->max_powerFelix Fietkau1-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-01mt76: fix tx power issuesFelix Fietkau1-0/+1
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-1/+0
2019-02-26mt76: mt76x02: fix ED/CCA enabling/disablingFelix Fietkau1-0/+2
2019-02-18mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi1-2/+27
2019-02-18mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi1-19/+0
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi1-4/+1
2018-11-30mt76: introduce mt76x02_config_mac_addr_list routineLorenzo Bianconi1-0/+2
2018-11-30mt76: remove wait argument from mt76x02_mcu_function_selectStanislaw Gruszka1-1/+1
2018-11-30mt76x0: init: use mt76x02_mac_wcid_setup for wcid configurationLorenzo Bianconi1-43/+2
2018-11-30mt76x0: init: use mt76x02_mac_shared_key_setup in mt76x0_init_hardwareLorenzo Bianconi1-9/+4
2018-11-30mt76: introduce mt76x02_init_beacon_config routineLorenzo Bianconi1-7/+1
2018-11-30mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi1-33/+3
2018-11-30mt76x0: init: simplify mt76x0_init_mac_registersLorenzo Bianconi1-17/+10
2018-11-30mt76: usb: fix static tracepointsLorenzo Bianconi1-1/+0
2018-11-30mt76x0: use mt76x02_mac_work as stats handlerLorenzo Bianconi1-2/+1
2018-11-30mt76x0: use shared debugfs implementationLorenzo Bianconi1-1/+1
2018-11-30mt76x0: phy: use proper name conventionLorenzo Bianconi1-1/+1
2018-10-13mt76: reserve enough room for USB tx skbsStanislaw Gruszka1-1/+4
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi1-1/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi1-1/+1
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-3/+0
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi1-17/+17
2018-10-05mt76x0: remove hw_atomic_mutex mutex in mt76x0_devLorenzo Bianconi1-5/+0
2018-10-05mt76x0: remove unused variable in mt76x0_devLorenzo Bianconi1-1/+0
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi1-1/+0
2018-10-05mt76x0: init: remove unnecessary configurationsLorenzo Bianconi1-6/+0
2018-10-01mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi1-29/+8
2018-10-01mt76x0: pci: add hw initialization at bootstrapLorenzo Bianconi1-7/+3
2018-10-01mt76x0: usb: move initialization code in usb.cLorenzo Bianconi1-54/+0
2018-10-01mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi1-8/+2
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-01mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi1-27/+1
2018-10-01mt76x0: use mt76_poll in mt76x0_set_wlan_stateLorenzo Bianconi1-15/+3
2018-09-19mt76x0: remove unused usb header fileLorenzo Bianconi1-1/+0
2018-09-19mt76x0: remove mcu source fileLorenzo Bianconi1-1/+1
2018-09-19mt76x0: usb: move firmware loading to usb.cStanislaw Gruszka1-9/+0
2018-09-19mt76x0: remove mt76x0_burst_write_regs()Stanislaw Gruszka1-16/+9
2018-09-19mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi1-3/+3
2018-09-19mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka1-2/+3
2018-09-19mt76x0: make device allocation bus neutralStanislaw Gruszka1-8/+3
2018-09-19mt76x0: remove some usb specific code from mt76x0_register_deviceStanislaw Gruszka1-8/+0
2018-09-19mt76x0: inital split between pci and usbStanislaw Gruszka1-0/+6