summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_mac.c
Commit message (Expand)AuthorAgeFilesLines
* mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi2018-10-051-272/+0Star
* mt76: mt76x2: fix multi-interface beacon configurationFelix Fietkau2018-10-011-2/+1Star
* mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi2018-10-011-3/+3
* mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi2018-10-011-4/+4
* mt76: move mt76x2_tx_complete routine in mt76x02-lib moduleLorenzo Bianconi2018-09-191-1/+2
* mt76x2: change mt76x2_tx_complete routine signatureLorenzo Bianconi2018-09-191-1/+1
* mt76: unify send_tx_status and related helpersStanislaw Gruszka2018-09-191-2/+2
* mt76: unify load_tx_statusStanislaw Gruszka2018-09-191-1/+1
* mt76: unify txwi and rxwi structuresStanislaw Gruszka2018-09-191-3/+3
* mt76: unify sta structure part 2Stanislaw Gruszka2018-09-041-2/+2
* mt76: add mt76x2_mac_common to mt76x2-common moduleLorenzo Bianconi2018-08-021-627/+0Star
* mt76x2: add buffer len to mt76x2_mac_write_txwi signatureLorenzo Bianconi2018-08-021-3/+3
* mt76x2: introduce mt76x2_mac_load_tx_status routineLorenzo Bianconi2018-08-021-17/+30
* mt76x2: add frame protection supportLorenzo Bianconi2018-07-301-0/+30
* mt76: track ewma rssi for gain adjustment per stationFelix Fietkau2018-06-271-8/+25
* mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status()Lorenzo Bianconi2018-06-271-4/+2Star
* mt76: discard early received packets if not running yetFelix Fietkau2018-05-231-0/+3
* mt76x2: remove unnecessary break in mt76x2_mac_process_tx_rate()Lorenzo Bianconi2018-05-041-1/+0Star
* mt76x2: remove warnings in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-02-281-2/+2
* mt76: do not set status->aggr for NULL data framesFelix Fietkau2018-02-011-1/+1
* mt76: validate rx CCMP PNFelix Fietkau2018-01-261-13/+48
* mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau2018-01-261-3/+12
* mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-261-0/+7
* mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau2018-01-261-0/+13
* mt76: add an intermediate struct for rx status informationFelix Fietkau2018-01-261-2/+2
* mt76: fix TSF value in probe responsesFelix Fietkau2018-01-261-1/+5
* mt76: fix transmission of encrypted management framesFelix Fietkau2018-01-241-0/+16
* mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-01-171-1/+1
* mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau2018-01-081-14/+14
* mt76: add driver code for MT76x2eFelix Fietkau2017-12-071-0/+755