summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau2019-02-181-7/+8
* mt76: fix corrupted software generated tx CCMP PNFelix Fietkau2019-02-181-1/+1
* mt76: increase ED/CCA tx block thresholdFelix Fietkau2019-02-181-1/+1
* mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau2019-02-181-2/+9
* mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau2019-02-181-0/+3
* mt76: run MAC work every 100msFelix Fietkau2019-02-181-2/+2
* mt76: explicitly disable energy detect cca during scanFelix Fietkau2019-02-181-2/+2
* mt76: fix software encryption issuesFelix Fietkau2019-02-181-0/+7
* mt76: beaconing fixes for USBStanislaw Gruszka2019-02-181-3/+26
* mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka2019-02-181-1/+14
* mt76: fix per-chain signal strength reportingFelix Fietkau2019-01-221-1/+1
* mt76: do not report out-of-range rx nssLorenzo Bianconi2019-01-211-4/+10
* mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau2019-01-171-5/+0Star
* mt76: fix tx status reporting for non-probing framesFelix Fietkau2019-01-171-1/+1
* mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi2019-01-111-1/+0Star
* mt76: mac: minor optimizations in mt76x02_mac_tx_rate_valLorenzo Bianconi2019-01-111-4/+2Star
* mt76: add energy detect CCA support to mt76x{0,2}e driversLorenzo Bianconi2019-01-111-0/+85
* mt76x02: set protection according to ht operation elementStanislaw Gruszka2019-01-111-0/+83
* mt76x02: do not set protection on set_rts_threshold callbackStanislaw Gruszka2019-01-111-15/+1Star
* mt76: mac: run mt76x02_mac_work routine atomicallyLorenzo Bianconi2019-01-111-0/+4
* mt76: fix typo in mt76x02_check_mac_err routineLorenzo Bianconi2019-01-111-2/+2
* mt76: mt76x02: remove mt76x02_txq_initFelix Fietkau2018-11-301-23/+0Star
* mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau2018-11-301-5/+6
* mt76x2: move wcid_tx_rate conf at bootstrapLorenzo Bianconi2018-11-301-3/+0Star
* mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-34/+40
* mt76: mt76x02: skip station tx status for non-sta wcid entriesFelix Fietkau2018-11-301-1/+1
* mt76: clean up more unused EXPORT_SYMBOLsFelix Fietkau2018-11-301-8/+1Star
* mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi2018-11-301-0/+30
* mt76: move mac beacon routines in mt76x02-lib moduleLorenzo Bianconi2018-11-301-0/+123
* mt76: move mt76x02_mac_set_short_preamble in mt76x02_mac.cLorenzo Bianconi2018-11-301-0/+9
* mt76: usb: fix static tracepointsLorenzo Bianconi2018-11-301-2/+2
* mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau2018-11-301-7/+1Star
* mt76x0: use mt76x02_mac_work as stats handlerLorenzo Bianconi2018-11-301-0/+19
* mt76: move mt76x02_mac_work routine in mt76x02-lib moduleLorenzo Bianconi2018-11-301-0/+19
* mt76x0: pci: add get_survey supportLorenzo Bianconi2018-11-301-0/+18
* mt76: disable ldpc coding for mt76x0 devicesLorenzo Bianconi2018-10-131-43/+34Star
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi2018-10-131-3/+2Star
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi2018-10-131-65/+67
* mt76: move mt76x02_tx_complete in mt76x02-lib moduleLorenzo Bianconi2018-10-051-0/+29
* mt76: move mt76x02_mac_poll_tx_status in mt76x02-lib moudleLorenzo Bianconi2018-10-051-0/+33
* mt76: move tpc routines in mt76x02-lib moduleLorenzo Bianconi2018-10-051-5/+3Star
* mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi2018-10-051-4/+1Star
* mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi2018-10-051-1/+0Star
* mt76: move mt76x02_mac_process_rx in mt76x02-lib moduleLorenzo Bianconi2018-10-051-0/+105
* mt76: usb: use mt76x02u_tx_prepare_skb to fill txwiLorenzo Bianconi2018-10-051-5/+4Star
* mt76: move mt76x02_mac_write_txwi in mt76x02-lib moduleLorenzo Bianconi2018-10-051-0/+63
* mt76: move mt76x02_mac_setaddr in mt76x02-lib moduleLorenzo Bianconi2018-10-011-0/+18
* mt76: partially unify filling txwi fieldsStanislaw Gruszka2018-09-191-0/+42
* mt76: unify mac_process_rateStanislaw Gruszka2018-09-191-0/+68
* mt76: unify send_tx_status and related helpersStanislaw Gruszka2018-09-191-0/+151