summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+15
2025-10-30wifi: rt2x00: add nvmem eeprom supportRosen Penev-1/+41
2025-10-27wifi: rt2x00: check retval for of_get_mac_addressRosen Penev-4/+12
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-1/+1
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges-1/+1
2025-08-26wifi: rt2x00: fix CRC_CCITT dependencyArnd Bergmann-2/+1
2025-08-26wifi: rt2800: select CONFIG_RT2X00_LIB as neededArnd Bergmann-0/+1
2025-07-24wifi: Fix typosBjorn Helgaas-4/+4
2025-07-23wifi: rt2x00: soc: modernize probeRosen Penev-105/+82
2025-07-23wifi: rt2800: move 2x00soc to 2800socRosen Penev-187/+118
2025-07-23wifi: rt2800soc: allow loading from OFRosen Penev-1/+8
2025-07-23wifi: rt2x00: remove mod_name from platform_driverRosen Penev-1/+0
2025-07-23wifi: rt2x00: add COMPILE_TESTRosen Penev-1/+1
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+2
2025-07-07wifi: rt2x00: fix remove callback type mismatchFelix Fietkau-4/+2
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-8/+13
2025-04-23wifi: rt2x00: remove weird self-assignment in rt2800_loft_search()Dmitry Antipov-1/+1
2025-02-18wifi: rt2x00: Switch to use hrtimer_update_function()Nam Cao-2/+2
2025-02-18wifi: rt2x00: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-01-10wifi: rt2x00: Remove unused rfval valuesAriel Otilibili-6/+0
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2024-11-07_RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_hrtimer_init_Nam Cao-2/+0
2024-10-17wifi: rt2x00: convert comma to semicolonYan Zhen-1/+1
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-2/+2
2024-05-20wifi: rt2x00: remove unused delayed work data from link descriptionDmitry Antipov-10/+0
2024-02-28wifi: rt2x00: silence sparse warningsJohannes Berg-4/+4
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+32
2024-01-18wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv()Dmitry Antipov-4/+1
2023-12-15wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor()Dmitry Antipov-3/+0
2023-12-01wifi: rt2x00: make watchdog param per deviceStanislaw Gruszka-8/+7
2023-11-30wifi: rt2x00: Simplify bool conversionYang Li-2/+2
2023-11-14wifi: rt2x00: correct wrong BBP register in RxDCOC calibrationShiji Yang-1/+1
2023-11-08wifi: rt2x00: restart beacon queue when hardware resetShiji Yang-0/+14
2023-11-08wifi: rt2x00: disable RTS threshold for rt2800 by defaultShiji Yang-2/+2
2023-11-08wifi: rt2x00: introduce DMA busy check watchdog for rt2800Shiji Yang-11/+73
2023-10-25wifi: rt2x00: rework MT7620 PA/LNA RF calibrationShiji Yang-52/+130
2023-10-25wifi: rt2x00: rework MT7620 channel config functionShiji Yang-56/+35
2023-10-25wifi: rt2x00: improve MT7620 register initializationShiji Yang-0/+45
2023-10-23wifi: rt2x00: fix rt2800 watchdog functionShiji Yang-6/+11
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo-1/+1
2023-10-03wifi: rt2x00: fix MT7620 low RSSI issueShiji Yang-3/+4
2023-09-28wifi: rt2x00: remove redundant check if u8 array element is less than zeroColin Ian King-3/+0
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern-1/+1
2023-08-23wifi: rt2x00: limit MT7620 TX power based on eeprom calibrationShiji Yang-17/+40
2023-08-21wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-CalibrationShiji Yang-1/+1
2023-06-15wifi: rt2x00: fix the typo in commentsDeming Wang-1/+1
2023-04-03wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf-0/+1
2023-01-16wifi: rt2x00: Remove useless else ifJiapeng Chong-2/+0