summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2019-05-04mt76: mt76x2: fix 2.4 GHz channel gain settingsFelix Fietkau1-5/+14
2019-05-04mt76: mt76x2: fix external LNA gain settingsFelix Fietkau1-3/+8
2019-05-04mt76x02: fix hdr pointer in write txwi for USBStanislaw Gruszka1-1/+2
2019-04-27mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependencyStanislaw Gruszka1-6/+8
2019-04-05mt7601u: bump supported EEPROM versionStanislaw Gruszka1-1/+1
2019-04-05mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi1-9/+2
2019-04-05mt76: fix a leaked reference by adding a missing of_node_putWen Yang1-8/+16
2019-04-03mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka3-37/+29
2019-03-23mt76: fix corrupted software generated tx CCMP PNFelix Fietkau1-1/+1
2019-02-07mt76x0u: fix suspend/resumeStanislaw Gruszka1-17/+29
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi3-27/+25
2018-12-21Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller60-3193/+2783
2018-12-13mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi1-1/+6
2018-12-13Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo60-3193/+2783
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau10-52/+95
2018-11-30mt76: mt76x02: remove mt76x02_txq_initFelix Fietkau3-28/+15
2018-11-30mt76: mt76x02: make group_wcid the first member in struct mt76x02_vifFelix Fietkau1-2/+1
2018-11-30mt76: add mt76_sta_remove helperFelix Fietkau3-9/+24
2018-11-30mt76: fix race condition in station removalFelix Fietkau2-2/+4
2018-11-30mt76: do not wake tx queues during flushFelix Fietkau1-1/+1
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau6-38/+76
2018-11-30mt76: remove wait argument from mt76x02_mcu_calibrateStanislaw Gruszka7-39/+36
2018-11-30mt76x2u: init: remove mt76x2u_init_beacon_offsets routineLorenzo Bianconi1-10/+0
2018-11-30mt76x2u: main: use mt76x02_bss_info_changed utility routineLorenzo Bianconi1-20/+3
2018-11-30mt76x2u: phy: run phy_channel_calibrate after channel switchLorenzo Bianconi3-9/+15
2018-11-30mt76x2u: phy: add TX_SHAPING calibrationLorenzo Bianconi1-0/+1
2018-11-30mt76x0: pci: enable VHT rates in IBSS modeLorenzo Bianconi2-3/+2
2018-11-30mt76: introduce mt76x02_config_mac_addr_list routineLorenzo Bianconi4-15/+27
2018-11-30mt76x0: dfs: fix IBI_R11 configuration on non-radar channelsLorenzo Bianconi1-2/+6
2018-11-30mt76x02: assure we update gain after scanStanislaw Gruszka3-3/+8
2018-11-30mt76x02: run calibration after scanningStanislaw Gruszka4-1/+6
2018-11-30mt76: remove wait argument from mt76x02_mcu_set_radio_stateStanislaw Gruszka6-10/+7
2018-11-30mt76: remove wait argument from mt76x02_mcu_function_selectStanislaw Gruszka6-12/+13
2018-11-30mt76: remove mcu_msg_allocStanislaw Gruszka7-44/+35
2018-11-30mt76x0: use band parameter for LC calibrationStanislaw Gruszka1-2/+3
2018-11-30mt76x0: phy: use tssi reported value to configure tx power if availableLorenzo Bianconi2-5/+17
2018-11-30mt76x0: phy: introduce tssi calibration supportLorenzo Bianconi3-3/+357
2018-11-30mt76: move mt76x02_eeprom_copy in mt76x02-lib moduleLorenzo Bianconi3-13/+17
2018-11-30mt76x2u: init: use common routines for wcid/key initializationLorenzo Bianconi1-12/+7
2018-11-30mt76x2u: init: remove not useful configurationLorenzo Bianconi1-3/+0
2018-11-30mt76x0: init: use mt76x02_mac_wcid_setup for wcid configurationLorenzo Bianconi1-43/+2
2018-11-30mt76x2: move wcid_tx_rate conf at bootstrapLorenzo Bianconi2-4/+4
2018-11-30mt76x0: init: use mt76x02_mac_shared_key_setup in mt76x0_init_hardwareLorenzo Bianconi1-9/+4
2018-11-30mt76x0: phy: use mt76_poll_msec in mt76x0_phy_temp_sensorLorenzo Bianconi1-2/+1
2018-11-30mt76x0: do not overwrite other MT_BBP(AGC, 8) fieldsStanislaw Gruszka1-3/+1
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau11-95/+231
2018-11-30mt76: mt76x02: only override control->sta on sw-encrypted txFelix Fietkau1-1/+3
2018-11-30mt76: mt76x02: skip station tx status for non-sta wcid entriesFelix Fietkau1-1/+1
2018-11-30mt76: clean up more unused EXPORT_SYMBOLsFelix Fietkau3-10/+1
2018-11-30mt76x0: pci: add DFS supportLorenzo Bianconi7-33/+49