summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: rt2x00: silence sparse warningsJohannes Berg2024-02-281-4/+4
* wifi: rt2x00: make watchdog param per deviceStanislaw Gruszka2023-12-011-6/+5
* wifi: rt2x00: Simplify bool conversionYang Li2023-11-301-2/+2
* wifi: rt2x00: correct wrong BBP register in RxDCOC calibrationShiji Yang2023-11-141-1/+1
* wifi: rt2x00: disable RTS threshold for rt2800 by defaultShiji Yang2023-11-081-2/+2
* wifi: rt2x00: introduce DMA busy check watchdog for rt2800Shiji Yang2023-11-081-11/+66
* wifi: rt2x00: rework MT7620 PA/LNA RF calibrationShiji Yang2023-10-251-52/+124
* wifi: rt2x00: rework MT7620 channel config functionShiji Yang2023-10-251-56/+35
* wifi: rt2x00: improve MT7620 register initializationShiji Yang2023-10-251-0/+24
* wifi: rt2x00: fix rt2800 watchdog functionShiji Yang2023-10-231-6/+11
* wifi: rt2x00: fix MT7620 low RSSI issueShiji Yang2023-10-031-3/+4
* wifi: rt2x00: remove redundant check if u8 array element is less than zeroColin Ian King2023-09-281-3/+0
* wifi: rt2x00: limit MT7620 TX power based on eeprom calibrationShiji Yang2023-08-231-17/+40
* wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-CalibrationShiji Yang2023-08-211-1/+1
* wifi: rt2x00: Remove useless else ifJiapeng Chong2023-01-161-2/+0
* wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld2022-10-211-30/+30
* wifi: rt2x00: correctly set BBP register 86 for MT7620Daniel Golle2022-09-241-1/+4
* wifi: rt2x00: set SoC wmac clock registerDaniel Golle2022-09-241-0/+21
* wifi: rt2x00: set VGC gain for both chains of MT7620Daniel Golle2022-09-241-1/+2
* wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620Daniel Golle2022-09-241-1/+1
* wifi: rt2x00: fix HT20/HT40 bandwidth switch on MT7620Daniel Golle2022-09-241-0/+8
* wifi: rt2x00: move helper functions up in fileDaniel Golle2022-09-241-20/+20
* wifi: rt2x00: add TX LOFT calibration for MT7620Tomislav Požega2022-09-241-0/+902
* wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620Daniel Golle2022-09-241-1/+2
* wifi: rt2x00: add RXIQ calibration for MT7620Tomislav Požega2022-09-241-0/+375
* wifi: rt2x00: add RXDCOC calibration for MT7620Tomislav Požega2022-09-241-0/+60
* wifi: rt2x00: add r calibration for MT7620Tomislav Požega2022-09-241-0/+133
* wifi: rt2x00: add RF self TXDC calibration for MT7620Tomislav Požega2022-09-241-0/+48
* wifi: rt2x00: move up and reuse busy wait functionsDaniel Golle2022-09-241-53/+46
* wifi: rt2x00: add support for external PA on MT7620Daniel Golle2022-09-241-1/+51
* wifi: rt2x00: define RF5592 in init_eeprom routineTomislav Požega2022-09-241-0/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-2/+3
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-4/+4
* rt2x00: remove leading spaces before tabsHui Tang2021-06-151-1/+1
* rt2x00: save survey for every channel visitedMarkov Mikhail2020-11-071-16/+46
* rt2x00: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-271-21/+21
* rt2800: enable MFP support unconditionallyRui Salvaterra2020-05-291-3/+1
* rt2x00: use RESET state bit to prevent IV changes on restartStanislaw Gruszka2019-12-181-12/+9
* rt2800: remove errornous duplicate conditionDaniel Golle2019-11-061-4/+1
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+2
* Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka2019-09-031-12/+6
* rt2x00: clear up IV's on key removalStanislaw Gruszka2019-09-031-7/+12
* rt2x00: clear IV's on start to fix AP mode regressionStanislaw Gruszka2019-08-201-0/+9
* rt2800: do not enable watchdog by defaultStanislaw Gruszka2019-06-251-2/+10
* rt2x00: add restart hwStanislaw Gruszka2019-06-251-0/+4
* rt2800: do not nullify initialization vector dataStanislaw Gruszka2019-06-251-5/+4
* rt2800: add pre_reset_hw callbackStanislaw Gruszka2019-06-251-0/+19
* rt2800: initial watchdog implementationStanislaw Gruszka2019-06-251-0/+56
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-12/+1
* rt2x00: add RT3883 supportGabor Juhos2019-04-251-17/+581