aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05mt76: mt7603: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau1-1/+0
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-19/+2
2019-09-05mt76: mt7603: remove unnecessary mcu queue initializationLorenzo Bianconi1-3/+0
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-11/+0
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi3-5/+5
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee11-18/+19
2019-09-05mt76: Add paragraphs to describe the config symbols fullyRyder Lee1-2/+4
2019-09-05mt76: mt7603: fix watchdog rescheduling in mt7603_set_channelLorenzo Bianconi1-1/+1
2019-09-05mt76: mt7603: use params->ssn value directlyStanislaw Gruszka1-3/+3
2019-09-05mt76: mt7603: fix invalid fallback ratesFelix Fietkau1-0/+3
2019-09-05mt76: mt7603: enable hardware rate up/down selectionFelix Fietkau1-2/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-27mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (different base types)Lorenzo Bianconi1-1/+1
2019-06-27mt76: move nl80211_dfs_regions in mt76_dev data structureLorenzo Bianconi3-5/+3
2019-06-27mt76: mt7603: improve hardware rate switching configurationFelix Fietkau1-1/+10
2019-06-27mt76: mt7603: rework and fix tx status reportingFelix Fietkau4-41/+108
2019-06-27mt76: Remove set but not used variables 'pid' and 'final_mpdu'YueHaibing1-4/+0
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi1-27/+3
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi1-25/+1
2019-06-27mt76: fix setting chan->max_powerFelix Fietkau1-1/+1
2019-06-27mt76: mt7603: fix reading target tx power from eepromFelix Fietkau2-0/+6
2019-06-25mt76: mt7603: add debugfs knob to enable/disable edccaLorenzo Bianconi4-4/+39
2019-06-25mt76: mt7603: stop mac80211 queues before setting the channelLorenzo Bianconi1-1/+4
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi1-1/+0
2019-06-25mt76: mt7603: use napi polling for tx cleanupLorenzo Bianconi3-5/+31
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-01mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi1-10/+20
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2-2/+9
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi5-9/+7
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi2-10/+9
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi4-4/+3
2019-05-01mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi1-0/+3
2019-05-01mt76: fix endianness sparse warningsRyder Lee1-1/+1
2019-05-01mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi1-10/+5
2019-05-01mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi1-3/+4
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi3-11/+21
2019-05-01mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi1-34/+27
2019-05-01mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi1-22/+14
2019-05-01mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2-1/+6
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee2-2/+2
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2-7/+8
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi4-9/+8
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau1-0/+2
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau4-7/+6
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-2/+2
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau1-2/+2
2019-05-01mt76: fix tx power issuesFelix Fietkau1-0/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+1
2019-05-01mt76: unify set_timStanislaw Gruszka1-7/+1