summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ralink
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg8-0/+32
2024-01-18wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv()Dmitry Antipov1-4/+1
2023-12-15wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor()Dmitry Antipov1-3/+0
2023-12-01wifi: rt2x00: make watchdog param per deviceStanislaw Gruszka3-8/+7
2023-11-30wifi: rt2x00: Simplify bool conversionYang Li1-2/+2
2023-11-14wifi: rt2x00: correct wrong BBP register in RxDCOC calibrationShiji Yang1-1/+1
2023-11-08wifi: rt2x00: restart beacon queue when hardware resetShiji Yang2-0/+14
2023-11-08wifi: rt2x00: disable RTS threshold for rt2800 by defaultShiji Yang1-2/+2
2023-11-08wifi: rt2x00: introduce DMA busy check watchdog for rt2800Shiji Yang3-11/+73
2023-10-25wifi: rt2x00: rework MT7620 PA/LNA RF calibrationShiji Yang2-52/+130
2023-10-25wifi: rt2x00: rework MT7620 channel config functionShiji Yang1-56/+35
2023-10-25wifi: rt2x00: improve MT7620 register initializationShiji Yang3-0/+45
2023-10-23wifi: rt2x00: fix rt2800 watchdog functionShiji Yang1-6/+11
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-1/+1
2023-10-03wifi: rt2x00: fix MT7620 low RSSI issueShiji Yang1-3/+4
2023-09-28wifi: rt2x00: remove redundant check if u8 array element is less than zeroColin Ian King1-3/+0
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-23wifi: rt2x00: limit MT7620 TX power based on eeprom calibrationShiji Yang1-17/+40
2023-08-21wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-CalibrationShiji Yang1-1/+1
2023-06-15wifi: rt2x00: fix the typo in commentsDeming Wang1-1/+1
2023-04-03wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf1-0/+1
2023-01-16wifi: rt2x00: Remove useless else ifJiapeng Chong1-2/+0
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-58/+58
2022-10-21wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld13-58/+58
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel8-0/+8
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žega2-0/+912
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žega2-0/+135
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 Golle2-1/+52
2022-09-24wifi: rt2x00: add throughput LED triggerDavid Bauer1-0/+18
2022-09-24wifi: rt2x00: define RF5592 in init_eeprom routineTomislav Požega1-0/+2
2022-09-19wifi: rt2x00: Fix "Error - Attempt to send packet over invalid queue 2"Hans de Goede1-1/+4
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+1
2022-07-18wifi: rt2x00: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg7-11/+18
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg2-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg2-2/+4
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2