aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-05mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi1-541/+0
2018-10-01mt76: add mt76x02_mac_start routineLorenzo Bianconi1-11/+1
2018-10-01mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi1-40/+1
2018-10-01mt76: move queue initialization in mt76x02_mmio.cLorenzo Bianconi1-1/+2
2018-10-01mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi1-3/+3
2018-10-01mt76: add mt76x02_dma_enable/mt76x02_dma_disable utility routinesLorenzo Bianconi1-18/+2
2018-10-01mt76: move wait_for_wpdma in mt76x02_dma.hLorenzo Bianconi1-1/+2
2018-10-01mt76: move mt76x2_eeprom_get in mt76x02_eeprom.hLorenzo Bianconi1-3/+3
2018-09-19mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi1-2/+2
2018-09-19mt76: move mt76 rate definitions in mt76x02-lib moduleLorenzo Bianconi1-2/+3
2018-09-19mt76: unify txwi and rxwi structuresStanislaw Gruszka1-1/+1
2018-09-19mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka1-0/+1
2018-09-04mt76: unify sta structure part 2Stanislaw Gruszka1-1/+1
2018-09-04mt76: unify mac_wcid_setupStanislaw Gruszka1-2/+2
2018-09-04mt76: unify mac_shared_key_setupStanislaw Gruszka1-1/+1
2018-09-04mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka1-3/+2
2018-09-04mt76: unify wait_for_macStanislaw Gruszka1-1/+1
2018-08-02mt76: add mt76x2_init_common to mt76x2-common moduleLorenzo Bianconi1-238/+0
2018-08-02mt76: add mt76x2_mac_common to mt76x2-common moduleLorenzo Bianconi1-35/+0
2018-08-02mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi1-0/+8
2018-08-02mt76x2: introduce mt76x2_init_device routineLorenzo Bianconi1-26/+32
2018-08-02mt76x2: move utility routines in mt76x2.hLorenzo Bianconi1-28/+0
2018-07-30mt76x2: fix CCK protection control frame rateLorenzo Bianconi1-3/+9
2018-05-23mt76: use udelay instead of usleep_range in mt76x2_mac_stopFelix Fietkau1-1/+1
2018-05-23mt76: move ieee80211_hw allocation to common coreFelix Fietkau1-8/+6
2018-05-23mt76: fix sending encrypted broadcast packets for secondary interfacesFelix Fietkau1-0/+3
2018-05-23mt76x2: apply coverage class on slot time tooLorenzo Bianconi1-0/+3
2018-05-12mt76x2: add a polling delay in mt76x2_mac_stop routineLorenzo Bianconi1-5/+5
2018-04-30mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau1-0/+1
2018-04-24mt76x2: make mt76x2_mac_reset routine staticLorenzo Bianconi1-1/+1
2018-03-13mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi1-0/+3
2018-02-01mt76: implement AP_LINK_PSFelix Fietkau1-0/+1
2018-01-26mt76: validate rx CCMP PNFelix Fietkau1-1/+1
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau1-0/+2
2018-01-24mt76x2: init: disable all pending tasklets during device removalLorenzo Bianconi1-0/+2
2018-01-24mt76x2: dfs: add set_domain handlerLorenzo Bianconi1-1/+1
2018-01-08mt76x2: init: fix rx filter default value during initLorenzo Bianconi1-1/+2
2018-01-08mt76x2: init: disable APCLI by defaultLorenzo Bianconi1-2/+0
2018-01-08mt76x2: convert between per-chain tx power and combined outputFelix Fietkau1-0/+3
2018-01-08mt76x2: initialize channel power limits at probe timeFelix Fietkau1-0/+30
2017-12-07mt76: add driver code for MT76x2eFelix Fietkau1-0/+839