aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2019-02-18mt76: run MAC work every 100msFelix Fietkau6-6/+7
2019-02-18mt76: explicitly disable energy detect cca during scanFelix Fietkau5-8/+12
2019-02-18mt76: mt76x2: avoid running DPD calibration if tx is blockedFelix Fietkau1-1/+1
2019-02-18mt76: fix software encryption issuesFelix Fietkau2-8/+8
2019-02-18mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi2-2/+0
2019-02-18mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi3-32/+37
2019-02-18mt76x0: mcu: remove useless commented configurationLorenzo Bianconi1-6/+0
2019-02-18mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi3-2/+9
2019-02-18mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi3-16/+20
2019-02-18mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi6-29/+49
2019-02-18mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi1-3/+3
2019-02-18mt76x02: enable support for IBSS and MESHStanislaw Gruszka1-11/+10
2019-02-18mt76: beaconing fixes for USBStanislaw Gruszka3-11/+30
2019-02-18mt76x02: init beacon config for mt76x2uStanislaw Gruszka1-5/+1
2019-02-18mt76x02: minor beaconing init changesStanislaw Gruszka1-6/+12
2019-02-18mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka4-16/+18
2019-02-18mt76x02: use commmon add interface for mt76x2uStanislaw Gruszka3-19/+5
2019-02-18mt76x02: use mask for vifsStanislaw Gruszka2-0/+13
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo4-44/+54
2019-02-07mt76x0u: fix suspend/resumeStanislaw Gruszka1-17/+29
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