summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'mt76-for-kvalo-2018-10-01' of https://github.com/nbd168/wirelessKalle Valo2018-10-0461-2131/+2289
|\
| * mt76: mt76x2: fix multi-interface beacon configurationFelix Fietkau2018-10-011-2/+1
| * mt76: check aggregation sequence number for frames sent via drv_txFelix Fietkau2018-10-011-11/+25
| * mt76: fix handling ps-poll framesFelix Fietkau2018-10-011-0/+6
| * mt76x0: usb: move mt76x0u_tx_prepare_skb in usb.cLorenzo Bianconi2018-10-013-24/+24
| * mt76x0: eeprom: load eeprom data from mtd by defaultLorenzo Bianconi2018-10-011-13/+43
| * mt76x0: pci: add mt76x0e_{start/stop} callbacksLorenzo Bianconi2018-10-011-0/+34
| * mt76x0: add ieee80211_ops ops pointer to mt76x0_alloc_device signatureLorenzo Bianconi2018-10-016-103/+135
| * mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi2018-10-0113-73/+50
| * mt76x0: phy: set antenna parameter according to wireless bandLorenzo Bianconi2018-10-011-11/+20
| * mt76x0: pci: add hw initialization at bootstrapLorenzo Bianconi2018-10-013-8/+50
| * mt76x0: usb: move initialization code in usb.cLorenzo Bianconi2018-10-013-79/+91
| * mt76: add mt76x02_mac_start routineLorenzo Bianconi2018-10-013-11/+15
| * mt76x0: init rx filter in mt76x0_init_hardwareLorenzo Bianconi2018-10-012-8/+11
| * mt76x0: init: remove MT_PBF_SYS_CTRL configuration in mt76x0_reset_csr_bbpLorenzo Bianconi2018-10-011-9/+3
| * mt76x0: init: remove duplicated initializationLorenzo Bianconi2018-10-011-3/+0
| * mt76x0: use mt76x02 utility routines in mt76x0 init codeLorenzo Bianconi2018-10-011-13/+6
| * mt76x0: usb: move mcu code in usb_mcu.cLorenzo Bianconi2018-10-014-158/+178
| * mt76x0: pci: move mcu code in pci_mcu.cLorenzo Bianconi2018-10-014-113/+149
| * mt76x0: update initvals to latest version of vendor driverLorenzo Bianconi2018-10-011-227/+178
| * mt76: move mt76x2_wait_for_bbp in mt76x02-lib moduleLorenzo Bianconi2018-10-013-8/+9
| * mt76: mmio: add implementation of wr_rp and rd_rpLorenzo Bianconi2018-10-012-13/+28
| * mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi2018-10-018-83/+45
| * mt76: move queue initialization in mt76x02_mmio.cLorenzo Bianconi2018-10-016-95/+96
| * mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi2018-10-0110-48/+51
| * mt76: add mt76x02_dma_enable/mt76x02_dma_disable utility routinesLorenzo Bianconi2018-10-014-19/+57
| * mt76: move wait_for_wpdma in mt76x02_dma.hLorenzo Bianconi2018-10-014-10/+13
| * mt76x0: use mt76_poll in mt76x0_set_wlan_stateLorenzo Bianconi2018-10-011-15/+3
| * mt76x2: disable WLAN core before probeFelix Fietkau2018-10-012-0/+5
| * mt76x0: add quirk to disable 2.4GHz band for Archer T1UStanislaw Gruszka2018-10-013-1/+13
| * mt76: use skb_pad() instead of __skb_pad()Hauke Mehrtens2018-10-011-1/+1
| * mt76: usb: make rx page_frag_cache access atomicLorenzo Bianconi2018-10-014-7/+14
| * mt76: report firmware version using ethtoolDavide Caratti2018-10-015-0/+18
| * mt76: include linux/module.h in files using MODULE_*Felix Fietkau2018-10-015-0/+5
| * mt76x0: phy: introduce mt76x0_phy_set_txpower routineLorenzo Bianconi2018-10-013-7/+20
| * mt76x0: use shared debugfs implementationLorenzo Bianconi2018-10-012-81/+1
| * mt76x0: remove eeprom dependency from mt76x0_get_power_infoLorenzo Bianconi2018-10-015-81/+77
| * mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rateLorenzo Bianconi2018-10-015-111/+102
| * mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_macLorenzo Bianconi2018-10-011-38/+0
| * mt76: move mt76x02_rate_power_val in mt76x02-lib moduleLorenzo Bianconi2018-10-012-41/+40
| * mt76: move rate_txpower handler in mt76 debugfsLorenzo Bianconi2018-10-012-10/+19
| * mt76: add mt76x02_phy_set_txpower utility routineLorenzo Bianconi2018-10-017-69/+133
| * mt76: move mt76_rate_power in mt76_devLorenzo Bianconi2018-10-018-43/+44
| * mt76: fix return value of mt76x02_wait_for_macStanislaw Gruszka2018-10-011-1/+1
| * mt76: usb: remove WARN_ON in mt76u_get_rx_entry_lenLorenzo Bianconi2018-10-011-3/+3
| * mt76: move mt76x2_tssi_enabled in mt76x02_eeprom.hLorenzo Bianconi2018-10-015-26/+26
| * mt76x0: unify parse hw capabilitiesLorenzo Bianconi2018-10-011-25/+8
| * mt76: move mt76x02_eeprom_parse_hw_cap in mt76x02-lib moduleLorenzo Bianconi2018-10-015-27/+27
| * mt76x0: unify freq offset parsingLorenzo Bianconi2018-10-015-18/+22
| * mt76x0: unify temperature offset parsingLorenzo Bianconi2018-10-015-10/+13