summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_init.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: move mt76x2_eeprom_get in mt76x02_eeprom.hLorenzo Bianconi2018-10-011-3/+3
* mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi2018-09-191-2/+2
* mt76: move mt76 rate definitions in mt76x02-lib moduleLorenzo Bianconi2018-09-191-2/+3
* mt76: unify txwi and rxwi structuresStanislaw Gruszka2018-09-191-1/+1
* mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka2018-09-191-0/+1
* mt76: unify sta structure part 2Stanislaw Gruszka2018-09-041-1/+1
* mt76: unify mac_wcid_setupStanislaw Gruszka2018-09-041-2/+2
* mt76: unify mac_shared_key_setupStanislaw Gruszka2018-09-041-1/+1
* mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka2018-09-041-3/+2Star
* mt76: unify wait_for_macStanislaw Gruszka2018-09-041-1/+1
* mt76: add mt76x2_init_common to mt76x2-common moduleLorenzo Bianconi2018-08-021-238/+0Star
* mt76: add mt76x2_mac_common to mt76x2-common moduleLorenzo Bianconi2018-08-021-35/+0Star
* mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi2018-08-021-0/+8
* mt76x2: introduce mt76x2_init_device routineLorenzo Bianconi2018-08-021-26/+32
* mt76x2: move utility routines in mt76x2.hLorenzo Bianconi2018-08-021-28/+0Star
* mt76x2: fix CCK protection control frame rateLorenzo Bianconi2018-07-301-3/+9
* mt76: use udelay instead of usleep_range in mt76x2_mac_stopFelix Fietkau2018-05-231-1/+1
* mt76: move ieee80211_hw allocation to common coreFelix Fietkau2018-05-231-8/+6Star
* mt76: fix sending encrypted broadcast packets for secondary interfacesFelix Fietkau2018-05-231-0/+3
* mt76x2: apply coverage class on slot time tooLorenzo Bianconi2018-05-231-0/+3
* mt76x2: add a polling delay in mt76x2_mac_stop routineLorenzo Bianconi2018-05-121-5/+5
* mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau2018-04-301-0/+1
* mt76x2: make mt76x2_mac_reset routine staticLorenzo Bianconi2018-04-241-1/+1
* mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi2018-03-131-0/+3
* mt76: implement AP_LINK_PSFelix Fietkau2018-02-011-0/+1
* mt76: validate rx CCMP PNFelix Fietkau2018-01-261-1/+1
* mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-261-0/+2
* mt76x2: init: disable all pending tasklets during device removalLorenzo Bianconi2018-01-241-0/+2
* mt76x2: dfs: add set_domain handlerLorenzo Bianconi2018-01-241-1/+1
* mt76x2: init: fix rx filter default value during initLorenzo Bianconi2018-01-081-1/+2
* mt76x2: init: disable APCLI by defaultLorenzo Bianconi2018-01-081-2/+0Star
* mt76x2: convert between per-chain tx power and combined outputFelix Fietkau2018-01-081-0/+3
* mt76x2: initialize channel power limits at probe timeFelix Fietkau2018-01-081-0/+30
* mt76: add driver code for MT76x2eFelix Fietkau2017-12-071-0/+839