summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-249-45/+632
|\
| * mt76x2: debugfs: add sw pulse statistics to dfs debugfsLorenzo Bianconi2018-07-043-1/+25
| * mt76x2: dfs: add sw pattern detectorLorenzo Bianconi2018-07-042-1/+260
| * mt76x2: dfs: add sw event ring bufferLorenzo Bianconi2018-07-042-3/+163
| * mt76: introduce mt76_{incr,decr} utility routinesLorenzo Bianconi2018-07-041-0/+12
| * mt76: improve gain adjustment in noisy environmentsFelix Fietkau2018-06-271-10/+16
| * mt76: track ewma rssi for gain adjustment per stationFelix Fietkau2018-06-274-20/+83
| * mt76: add a debugfs file to dump agc calibration informationFelix Fietkau2018-06-273-0/+16
| * mt76: fix variable gain adjustment rangeFelix Fietkau2018-06-271-1/+1
| * mt76: clear false CCA counters after changing gain settingsFelix Fietkau2018-06-271-0/+3
| * mt76: adjust AGC control register 26 based on gain for VHT80Felix Fietkau2018-06-271-2/+9
| * mt76: fix swapped values for RXO-18 in gain controlFelix Fietkau2018-06-271-2/+2
| * mt76: fix threshold for gain adjustmentFelix Fietkau2018-06-271-1/+1
| * mt76: fix beacon timer driftFelix Fietkau2018-06-273-2/+41
| * mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status()Lorenzo Bianconi2018-06-271-4/+2Star
* | mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka2018-06-241-2/+4
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0718-78/+199
|\
| * mt76: use udelay instead of usleep_range in mt76x2_mac_stopFelix Fietkau2018-05-231-1/+1
| * mt76: wait for pending tx to complete before switching channelFelix Fietkau2018-05-233-0/+22
| * mt76: move ieee80211_hw allocation to common coreFelix Fietkau2018-05-233-10/+28
| * mt76: prevent tx scheduling during channel changeFelix Fietkau2018-05-231-2/+8
| * mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau2018-05-233-2/+8
| * mt76: discard early received packets if not running yetFelix Fietkau2018-05-231-0/+3
| * mt76: fix sending encrypted broadcast packets for secondary interfacesFelix Fietkau2018-05-233-1/+7
| * mt76x2: apply coverage class on slot time tooLorenzo Bianconi2018-05-232-2/+4
| * mt76x2: add a polling delay in mt76x2_mac_stop routineLorenzo Bianconi2018-05-121-5/+5
| * mt76x2: fix avg_rssi estimationLorenzo Bianconi2018-05-041-2/+4
| * mt76x2: remove unnecessary break in mt76x2_mac_process_tx_rate()Lorenzo Bianconi2018-05-041-1/+0Star
| * mt76: check for pending reset before attempting to schedule txFelix Fietkau2018-04-301-0/+4
| * mt76: add rcu locking around tx schedulingFelix Fietkau2018-04-301-0/+2
| * mt76: add rcu locking in tid reorder functionFelix Fietkau2018-04-301-2/+4
| * mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau2018-04-303-0/+4
| * mt76x2: fix is_mt7612 routineLorenzo Bianconi2018-04-301-2/+1Star
| * mt76x2: fix TXD_INFO bitmask definitionLorenzo Bianconi2018-04-241-4/+3Star
| * mt7601u: run calibration works after finishing scanningStanislaw Gruszka2018-04-241-0/+6
| * mt7601u: use EWMA to calculate avg_rssiStanislaw Gruszka2018-04-243-6/+13
| * mt76x2: set default values in TX_ALC_CFG_{1, 2} for tempetaure compensationLorenzo Bianconi2018-04-241-0/+8
| * mt76x2: fix tx_alc_enabled checkLorenzo Bianconi2018-04-242-5/+7
| * mt76x2: remove unnecessary MT_TX_ALC_CFG_4 configurationLorenzo Bianconi2018-04-241-1/+0Star
| * mt76: check qos ack policy before reordering packetsFelix Fietkau2018-04-241-1/+8
| * mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packetsFelix Fietkau2018-04-241-0/+1
| * mt76: fix potential sleep in atomic contextFelix Fietkau2018-04-241-1/+1
| * mt76: rework tx power handlingFelix Fietkau2018-04-241-25/+42
| * mt76: toggle driver station powersave bit before notifying mac80211Felix Fietkau2018-04-241-1/+1
| * mt76: add missing VHT maximum A-MPDU length capabilityFelix Fietkau2018-04-241-1/+2
| * mt76: stop tx queues from the driver callback instead of common codeFelix Fietkau2018-04-242-4/+3Star
| * mt76x2: make mt76x2_mac_reset routine staticLorenzo Bianconi2018-04-242-2/+1Star
| * mt76x2: fix tssi initialization for 5GHz bandLorenzo Bianconi2018-04-241-1/+1
| * mt7601u: phy: mark expected switch fall-throughGustavo A. R. Silva2018-04-241-0/+1