summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * mt76x0: unify rssi_offset parsingLorenzo Bianconi2018-10-014-49/+11
| * mt76x0: unify lna_gain parsingLorenzo Bianconi2018-10-015-40/+24
| * mt76: add mt76x02_get_rx_gain and mt76x02_get_lna_gain utility routinesLorenzo Bianconi2018-10-013-43/+63
| * mt76x0: remove mt76x0_set_country_reg routineLorenzo Bianconi2018-10-013-42/+0
| * mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi2018-10-0111-36/+33
| * mt76: move mt76x2_get_efuse_data in mt76x02-lib moduleLorenzo Bianconi2018-10-016-101/+95
| * mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi2018-10-017-44/+23
| * mt76: move mt76x2_eeprom_get in mt76x02_eeprom.hLorenzo Bianconi2018-10-019-60/+77
| * mt76: move eeprom utility routines in mt76x02_eeprom.hLorenzo Bianconi2018-10-013-58/+38
| * mt76: move common eeprom definitions in mt76x02-lib moduleLorenzo Bianconi2018-10-015-160/+140
| * mt76: add stbc entries to mt76_rate_powerFelix Fietkau2018-10-014-6/+13
| * mt76: move seq_put_array in mt76-core moduleLorenzo Bianconi2018-10-013-21/+24
| * mt76x0: pci: add fw uploading routineLorenzo Bianconi2018-10-015-13/+133
| * mt76x0: pci: add mt7650 PCI IDLorenzo Bianconi2018-10-011-0/+1
| * mt76x2: fix tx power configuration for VHT mcs 9Lorenzo Bianconi2018-10-011-2/+2
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-10-0445-464/+2083
|\ \
| * | ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau2018-10-024-3/+17
| * | ath10k: add missing sanity check on diag downloadBrian Norris2018-10-021-0/+6
| * | ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich2018-10-021-1/+1
| * | ath9k: FFT magnitude check: don't consider lower 3 data bitsSimon Wunderlich2018-10-021-8/+11