summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld1-30/+30
2022-09-24wifi: rt2x00: correctly set BBP register 86 for MT7620Daniel Golle1-1/+4
2022-09-24wifi: rt2x00: set SoC wmac clock registerDaniel Golle1-0/+21
2022-09-24wifi: rt2x00: set VGC gain for both chains of MT7620Daniel Golle1-1/+2
2022-09-24wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620Daniel Golle1-1/+1
2022-09-24wifi: rt2x00: fix HT20/HT40 bandwidth switch on MT7620Daniel Golle1-0/+8
2022-09-24wifi: rt2x00: move helper functions up in fileDaniel Golle1-20/+20
2022-09-24wifi: rt2x00: add TX LOFT calibration for MT7620Tomislav Požega1-0/+902
2022-09-24wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620Daniel Golle1-1/+2
2022-09-24wifi: rt2x00: add RXIQ calibration for MT7620Tomislav Požega1-0/+375
2022-09-24wifi: rt2x00: add RXDCOC calibration for MT7620Tomislav Požega1-0/+60
2022-09-24wifi: rt2x00: add r calibration for MT7620Tomislav Požega1-0/+133
2022-09-24wifi: rt2x00: add RF self TXDC calibration for MT7620Tomislav Požega1-0/+48
2022-09-24wifi: rt2x00: move up and reuse busy wait functionsDaniel Golle1-53/+46
2022-09-24wifi: rt2x00: add support for external PA on MT7620Daniel Golle1-1/+51
2022-09-24wifi: rt2x00: define RF5592 in init_eeprom routineTomislav Požega1-0/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-2/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-4/+4
2021-06-15rt2x00: remove leading spaces before tabsHui Tang1-1/+1
2020-11-07rt2x00: save survey for every channel visitedMarkov Mikhail1-16/+46
2020-08-27rt2x00: Use fallthrough pseudo-keywordGustavo A. R. Silva1-21/+21
2020-05-29rt2800: enable MFP support unconditionallyRui Salvaterra1-3/+1
2019-12-18rt2x00: use RESET state bit to prevent IV changes on restartStanislaw Gruszka1-12/+9
2019-11-06rt2800: remove errornous duplicate conditionDaniel Golle1-4/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+2
2019-09-03Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka1-12/+6
2019-09-03rt2x00: clear up IV's on key removalStanislaw Gruszka1-7/+12
2019-08-20rt2x00: clear IV's on start to fix AP mode regressionStanislaw Gruszka1-0/+9
2019-06-25rt2800: do not enable watchdog by defaultStanislaw Gruszka1-2/+10
2019-06-25rt2x00: add restart hwStanislaw Gruszka1-0/+4
2019-06-25rt2800: do not nullify initialization vector dataStanislaw Gruszka1-5/+4
2019-06-25rt2800: add pre_reset_hw callbackStanislaw Gruszka1-0/+19
2019-06-25rt2800: initial watchdog implementationStanislaw Gruszka1-0/+56
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-12/+1
2019-04-25rt2x00: add RT3883 supportGabor Juhos1-17/+581
2019-04-25rt2x00: remove last_nostatus_checkStanislaw Gruszka1-9/+0
2019-04-25rt2800: move txstatus pending routineStanislaw Gruszka1-0/+17
2019-04-25rt2800: partially restore old mmio txstatus behaviourStanislaw Gruszka1-2/+2
2019-02-19rt2800: comment and simplify AGC init for RT6352Stanislaw Gruszka1-3/+6
2019-02-19rt2800: enable TX_PIN_CFG_RFRX_EN only for MT7620Stanislaw Gruszka1-3/+4
2019-02-19rt2800: enable TX_PIN_CFG_LNA_PE_ bits per bandStanislaw Gruszka1-6/+12
2019-02-19rt2x00: remove confusing AGC registerTomislav Požega1-5/+1
2019-02-19rt2x00: remove unneeded checkTomislav Požega1-53/+50
2019-02-01rt2x00: reduce tx power to nominal level on RT6352Tomislav Požega1-1/+1
2018-11-06rt2x00: rt2800lib: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-10-01rt2800: flush and txstatus rework for rt2800mmioStanislaw Gruszka1-8/+6
2018-10-01rt2x00: use different txstatus timeouts when flushingStanislaw Gruszka1-10/+21
2018-10-01rt2x00: do not check for txstatus timeout every time on taskletStanislaw Gruszka1-0/+7
2018-10-01rt2800: move usb specific txdone/txstatus routines to rt2800libStanislaw Gruszka1-0/+138
2018-05-04rt2x00: call sta_add/remove directly in rt2800Stanislaw Gruszka1-4/+7