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