aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76x2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: mt76x2: avoid starting the MAC too earlyFelix Fietkau1-1/+1
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau2-0/+2
2020-02-14mt76: mt76u: add {read/write}_extended utility routinesLorenzo Bianconi1-1/+1
2020-02-14mt76: mt76u: move mcu buffer allocation in mt76x02u driversLorenzo Bianconi1-0/+6
2020-02-14mt76: mt76x02u: avoid overwrite max_tx_fragmentsLorenzo Bianconi1-6/+2
2020-02-14mt76: mt76x2: get rid of leftover targetLorenzo Bianconi1-2/+0
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau3-3/+3
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau3-6/+6
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau2-2/+2
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau8-16/+16
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau10-24/+24
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2-2/+2
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2-14/+2
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi1-0/+2
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi1-1/+1
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2-0/+2
2019-11-20mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2-16/+0
2019-11-20mt76: unify channel survey update codeFelix Fietkau2-8/+2
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2-1/+3
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau1-1/+1
2019-11-20mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi3-19/+2
2019-11-20mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_startLorenzo Bianconi3-16/+4
2019-11-20mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi2-20/+2
2019-10-30mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi1-0/+2
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi2-2/+2
2019-09-05mt76: mt76x02u: enable survey supportLorenzo Bianconi3-0/+13
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable macrosLorenzo Bianconi1-2/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee21-252/+21
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee5-10/+13
2019-09-05mt76: Add paragraphs to describe the config symbols fullyRyder Lee1-3/+11
2019-06-27mt76: mt76u: reduce rx memory footprintLorenzo Bianconi1-1/+1
2019-06-27mt76: fix setting chan->max_powerFelix Fietkau1-4/+5
2019-06-25mt76: mt76x02: run mt76x02_edcca_init atomically in mt76_edcca_setLorenzo Bianconi2-0/+11
2019-06-25mt76: mt76x2: move mutex_lock inside mt76x2_set_channelLorenzo Bianconi2-17/+21
2019-06-25mt76: mt76x2u: remove mt76x02_edcca_init in mt76x2u_set_channelLorenzo Bianconi1-1/+0
2019-06-25mt76: mt76x02: remove enable from mt76x02_edcca_init signatureLorenzo Bianconi3-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2-3/+3
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2-18/+5
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka3-7/+3
2019-05-01mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka1-1/+0
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi4-4/+4
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-1/+1
2019-05-01mt76: fix tx power issuesFelix Fietkau2-12/+6
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+1
2019-05-01mt76usb: use usb_dev private dataStanislaw Gruszka1-1/+3
2019-05-01mt76: unify set_timStanislaw Gruszka2-7/+2
2019-05-01mt76x02u: add mt76_release_buffered_framesStanislaw Gruszka1-0/+1
2019-05-01mt76x02u: add sta_psStanislaw Gruszka1-0/+1