aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-27/+25
2019-02-01mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi1-3/+3
2019-02-01mt7601u: bump supported EEPROM versionStanislaw Gruszka1-1/+1
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi3-27/+25
2019-01-22mt76: avoid scheduling tx queues for powersave stationsFelix Fietkau1-0/+5
2019-01-22mt76: fix per-chain signal strength reportingFelix Fietkau1-1/+1
2019-01-21mt76: do not report out-of-range rx nssLorenzo Bianconi1-4/+10
2019-01-17mt76: add channel switch announcement supportFelix Fietkau4-2/+57
2019-01-17mt76: fix signedness of rx status signal fieldFelix Fietkau1-1/+1
2019-01-17mt76: fix rssi ewma trackingFelix Fietkau2-2/+4
2019-01-17mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau10-65/+62
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau8-24/+25
2019-01-17mt76: set IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR flagFelix Fietkau1-0/+1
2019-01-17mt76: fix tx status reporting for non-probing framesFelix Fietkau5-9/+11
2019-01-11mt76: add led support to mt76x0e driverLorenzo Bianconi4-77/+82
2019-01-11mt76: use proper name for __MT76x02_H macroLorenzo Bianconi1-3/+3
2019-01-11mt76: dma: avoid indirect call in mt76_dma_tx_queue_skbLorenzo Bianconi1-1/+1
2019-01-11mt76: make const array 'data' static, shrinks object sizeColin Ian King1-1/+1
2019-01-11mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi8-1/+140
2019-01-11mt76: dma: do not build skb if reported len does not fit in buf_sizeLorenzo Bianconi1-8/+7
2019-01-11mt76: mac: minor optimizations in mt76x02_mac_tx_rate_valLorenzo Bianconi1-4/+2
2019-01-11mt76: add energy detect CCA support to mt76x{0,2}e driversLorenzo Bianconi9-0/+111
2019-01-11mt76x2: init: set default value for MT_TX_LINK_CFGLorenzo Bianconi1-0/+1
2019-01-11mt76: dfs: run mt76x02_dfs_set_domain atomicallyLorenzo Bianconi1-0/+2
2019-01-11mt76x2: add static qualifier to mt76x2_init_hardwareLorenzo Bianconi2-2/+1
2019-01-11mt76x0: configure MT_VHT_HT_FBK_CFG1Stanislaw Gruszka1-0/+1
2019-01-11mt76x02: set protection according to ht operation elementStanislaw Gruszka4-0/+90
2019-01-11mt76x02: fixup MT_PROT_RATE_* definesStanislaw Gruszka1-3/+3
2019-01-11mt76x02: do not set protection on set_rts_threshold callbackStanislaw Gruszka3-17/+3
2019-01-11mt76x0: pci: fix ACS supportLorenzo Bianconi1-0/+8
2019-01-11mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211Lorenzo Bianconi1-4/+6
2019-01-11mt76: mac: run mt76x02_mac_work routine atomicallyLorenzo Bianconi1-0/+4
2019-01-11mt76: fix typo in mt76x02_check_mac_err routineLorenzo Bianconi1-2/+2
2019-01-11mt76: Add missing include of linux/module.hHauke Mehrtens1-0/+1
2019-01-11mt76: usb: do not build the skb if reported len does not fit in buf_sizeLorenzo Bianconi1-6/+4
2019-01-11mt76: dma: remove napi from mt76_dma_rx_fill signatureLorenzo Bianconi1-4/+4
2019-01-11mt76: request tx status for powersave released EOSP packetFelix Fietkau1-1/+2
2019-01-11mt76: throttle transmission of buffered multicast packetsFelix Fietkau1-2/+3
2019-01-11mt76: add size check for additional rx fragmentsFelix Fietkau1-0/+8
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid 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