summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0618-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/+0
| * 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/+1
| * mt76x2: fix TXD_INFO bitmask definitionLorenzo Bianconi2018-04-241-4/+3
| * 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/+0
| * 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/+3
| * mt76x2: make mt76x2_mac_reset routine staticLorenzo Bianconi2018-04-242-2/+1
| * 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
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
|/
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-041-1/+1
|\
| * mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez2018-03-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-3/+3
|\ \
| * | net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov2018-03-281-3/+3
| |/
* | mt76x2: fix warning in ieee80211_get_key_rx_seq()Lorenzo Bianconi2018-03-271-0/+11
* | mt76x2: fix possible NULL pointer dereferencing in mt76x2_tx()Lorenzo Bianconi2018-03-271-1/+4
* | mt76: use mt76_poll_msec routine in mt76pci_load_firmware()Lorenzo Bianconi2018-03-271-11/+2
* | wireless: Use octal not symbolic permissionsJoe Perches2018-03-273-18/+16
* | net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* | mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi2018-03-132-1/+10
* | mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi2018-03-131-4/+3
* | mt76x2: remove unnecessary len variable in mt76x2_eeprom_load()Lorenzo Bianconi2018-03-131-6/+6
* | mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi2018-03-131-1/+1
* | mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi2018-03-136-16/+88
* | mt76: add mt76_init_stream_cap routineLorenzo Bianconi2018-03-131-17/+39