aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15rt2x00usb: fix rx queue hangSoeren Moch1-6/+6
2019-06-25rt2800: do not enable watchdog by defaultStanislaw Gruszka3-3/+12
2019-06-25rt2x00: add restart hwStanislaw Gruszka4-2/+54
2019-06-25rt2800: do not nullify initialization vector dataStanislaw Gruszka1-5/+4
2019-06-25rt2800: add pre_reset_hw callbackStanislaw Gruszka6-0/+24
2019-06-25rt2800: initial watchdog implementationStanislaw Gruszka6-0/+67
2019-06-25rt2800: add helpers for reading dma done indexStanislaw Gruszka6-0/+52
2019-06-25rt2x00: allow to specify watchdog intervalStanislaw Gruszka2-4/+10
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner44-531/+44
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-25rt2x00: add RT3883 supportGabor Juhos3-19/+607
2019-04-25rt2x00mmio: remove legacy commentStanislaw Gruszka1-2/+0
2019-04-25rt2x00: remove not used entry fieldStanislaw Gruszka1-3/+0
2019-04-25rt2x00: remove last_nostatus_checkStanislaw Gruszka3-12/+0
2019-04-25rt2800mmio: use timer and work for handling tx statuses timeoutsStanislaw Gruszka5-8/+82
2019-04-25rt2800mmio: fetch tx status changesStanislaw Gruszka1-8/+9
2019-04-25rt2800: move txstatus pending routineStanislaw Gruszka3-19/+21
2019-04-25rt2800: new flush implementation for SoC devicesStanislaw Gruszka1-1/+1
2019-04-25rt2800: partially restore old mmio txstatus behaviourStanislaw Gruszka4-26/+12
2019-04-25rt2x00: code-style fix in rt2800usb.cTomislav Požega1-2/+2
2019-04-25rt2x00: do not print error when queue is fullStanislaw Gruszka1-1/+1
2019-04-25rt2x00: check number of EPROTO errorsStanislaw Gruszka2-3/+20
2019-04-25rt2x00: use ratelimited variants dev_warn/dev_errStanislaw Gruszka1-2/+2
2019-04-12rt2x00: do not increment sequence number while re-transmittingVijayakumar Durai3-17/+9
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-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-117/+5
2019-02-01rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-27/+0
2019-02-01rt2x00: Work around a firmware bug with shared keysBernd Edlinger1-89/+4
2019-02-01rt2x00: reduce tx power to nominal level on RT6352Tomislav Požega1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2018-11-06rt2x00: rt61pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06rt2x00: rt2800lib: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-06rt2x00: rt2500pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06rt2x00: rt2400pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-10-01rt2800: flush and txstatus rework for rt2800mmioStanislaw Gruszka4-38/+97
2018-10-01rt2x00: use different txstatus timeouts when flushingStanislaw Gruszka3-10/+26
2018-10-01rt2x00: do not check for txstatus timeout every time on taskletStanislaw Gruszka4-1/+12
2018-10-01rt2800mmio: use txdone/txstatus routines from libStanislaw Gruszka2-172/+9
2018-10-01rt2800: move usb specific txdone/txstatus routines to rt2800libStanislaw Gruszka3-139/+145
2018-08-31rt2x00: use simple_read_from_buffer()Dan Carpenter1-15/+3
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+0
2018-08-14PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko1-6/+0
2018-07-31rt2x00: remove redundant functions rt2x00mac_sta_{add/remove}YueHaibing1-18/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3