summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/mac.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-30mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi1-77/+0
2018-11-30mt76x0: pci: enable AP supportLorenzo Bianconi1-20/+0
2018-11-30mt76: move mt76x02_mac_set_short_preamble in mt76x02_mac.cLorenzo Bianconi1-8/+0
2018-11-30mt76x0: mac: remove mt76x0_mac_set_ampdu_factorLorenzo Bianconi1-25/+0
2018-11-30mt76: usb: fix static tracepointsLorenzo Bianconi1-1/+0
2018-11-30mt76x0: use mt76x02_mac_work as stats handlerLorenzo Bianconi1-68/+0
2018-11-30mt76x0: pci: add get_survey supportLorenzo Bianconi1-0/+2
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-2/+2
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi1-43/+0
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi1-8/+8
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi1-31/+10
2018-09-19mt76x0: trim rx skb to proper lengthStanislaw Gruszka1-0/+1
2018-09-19mt76x0: unify tx/rx datapath with mt76x2u driverLorenzo Bianconi1-1/+7
2018-09-19mt76x0: simplify mt76_mac_process_rx signatureLorenzo Bianconi1-2/+2
2018-09-19mt76: unify mac_process_rateStanislaw Gruszka1-68/+1
2018-09-19mt76: use mt76_rx_status in mt76x0Stanislaw Gruszka1-2/+2
2018-09-19mt76: unify send_tx_status and related helpersStanislaw Gruszka1-147/+0
2018-09-19mt76: unify load_tx_statusStanislaw Gruszka1-21/+0
2018-09-19mt76: unify txwi and rxwi structuresStanislaw Gruszka1-2/+2
2018-09-19mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka1-62/+1
2018-09-19mt76: move wcid fields to common mt76_dev structStanislaw Gruszka1-4/+4
2018-09-04mt76x0: use mt76x02_sta and mt76x02_tx_statusStanislaw Gruszka1-7/+7
2018-09-04mt76: unify mac_wcid_setupStanislaw Gruszka1-17/+0
2018-09-04mt76: unify mac_wcid_set_keyStanislaw Gruszka1-41/+0
2018-09-04mt76: unify mac_shared_key_setupStanislaw Gruszka1-24/+0
2018-09-04mt76: unify mac_get_key_infoStanislaw Gruszka1-28/+2
2018-09-04mt76: merge mt76x0/regs.h into mt76x02_regs.hStanislaw Gruszka1-5/+5
2018-08-09mt76x0: perform mt76x0_mac_set_ampdu_factorStanislaw Gruszka1-2/+0
2018-08-04mt76x0: rename trace symbolsStanislaw Gruszka1-2/+2
2018-08-04mt76x0: rename mt76_* functionsStanislaw Gruszka1-7/+7
2018-08-02mt76x0: mac filesStanislaw Gruszka1-0/+660