summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
Commit message (Expand)AuthorAgeFilesLines
* wifi: rt2x00: silence sparse warningsJohannes Berg2024-02-281-4/+4
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-088-0/+32
* wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv()Dmitry Antipov2024-01-181-4/+1
* wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor()Dmitry Antipov2023-12-151-3/+0
* wifi: rt2x00: make watchdog param per deviceStanislaw Gruszka2023-12-013-8/+7
* 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: restart beacon queue when hardware resetShiji Yang2023-11-082-0/+14
* 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-083-11/+73
* wifi: rt2x00: rework MT7620 PA/LNA RF calibrationShiji Yang2023-10-252-52/+130
* wifi: rt2x00: rework MT7620 channel config functionShiji Yang2023-10-251-56/+35
* wifi: rt2x00: improve MT7620 register initializationShiji Yang2023-10-253-0/+45
* wifi: rt2x00: fix rt2800 watchdog functionShiji Yang2023-10-231-6/+11
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-1/+1
* 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
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-1/+1
* 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: fix the typo in commentsDeming Wang2023-06-151-1/+1
* wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf2023-04-031-0/+1
* wifi: rt2x00: Remove useless else ifJiapeng Chong2023-01-161-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-1013-58/+58
|\
| * wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld2022-10-2113-58/+58
* | wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-108-0/+8
|/
* 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-242-0/+912
* 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-242-0/+135
* 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-242-1/+52
* wifi: rt2x00: add throughput LED triggerDavid Bauer2022-09-241-0/+18
* wifi: rt2x00: define RF5592 in init_eeprom routineTomislav Požega2022-09-241-0/+2
* wifi: rt2x00: Fix "Error - Attempt to send packet over invalid queue 2"Hans de Goede2022-09-191-1/+4
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
* wifi: rt2x00: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-157-11/+18
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-2/+2
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-202-2/+4
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-2/+2
|\