summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
Commit message (Expand)AuthorAgeFilesLines
* rt2x00usb: fix rx queue hangSoeren Moch2019-07-151-6/+6
* rt2800: do not enable watchdog by defaultStanislaw Gruszka2019-06-253-3/+12
* rt2x00: add restart hwStanislaw Gruszka2019-06-254-2/+54
* rt2800: do not nullify initialization vector dataStanislaw Gruszka2019-06-251-5/+4Star
* rt2800: add pre_reset_hw callbackStanislaw Gruszka2019-06-256-0/+24
* rt2800: initial watchdog implementationStanislaw Gruszka2019-06-256-0/+67
* rt2800: add helpers for reading dma done indexStanislaw Gruszka2019-06-256-0/+52
* rt2x00: allow to specify watchdog intervalStanislaw Gruszka2019-06-252-4/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2144-531/+44Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-061-1/+1
* rt2x00: add RT3883 supportGabor Juhos2019-04-253-19/+607
* rt2x00mmio: remove legacy commentStanislaw Gruszka2019-04-251-2/+0Star
* rt2x00: remove not used entry fieldStanislaw Gruszka2019-04-251-3/+0Star
* rt2x00: remove last_nostatus_checkStanislaw Gruszka2019-04-253-12/+0Star
* rt2800mmio: use timer and work for handling tx statuses timeoutsStanislaw Gruszka2019-04-255-8/+82
* rt2800mmio: fetch tx status changesStanislaw Gruszka2019-04-251-8/+9
* rt2800: move txstatus pending routineStanislaw Gruszka2019-04-253-19/+21
* rt2800: new flush implementation for SoC devicesStanislaw Gruszka2019-04-251-1/+1
* rt2800: partially restore old mmio txstatus behaviourStanislaw Gruszka2019-04-254-26/+12Star
* rt2x00: code-style fix in rt2800usb.cTomislav Požega2019-04-251-2/+2
* rt2x00: do not print error when queue is fullStanislaw Gruszka2019-04-251-1/+1
* rt2x00: check number of EPROTO errorsStanislaw Gruszka2019-04-252-3/+20
* rt2x00: use ratelimited variants dev_warn/dev_errStanislaw Gruszka2019-04-251-2/+2
* rt2x00: do not increment sequence number while re-transmittingVijayakumar Durai2019-04-123-17/+9Star
* rt2800: comment and simplify AGC init for RT6352Stanislaw Gruszka2019-02-191-3/+6
* rt2800: enable TX_PIN_CFG_RFRX_EN only for MT7620Stanislaw Gruszka2019-02-191-3/+4
* rt2800: enable TX_PIN_CFG_LNA_PE_ bits per bandStanislaw Gruszka2019-02-191-6/+12
* rt2x00: remove confusing AGC registerTomislav Požega2019-02-191-5/+1Star
* rt2x00: remove unneeded checkTomislav Požega2019-02-191-53/+50Star
* Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller2019-02-063-117/+5Star
|\
| * rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-27/+0Star
| * rt2x00: Work around a firmware bug with shared keysBernd Edlinger2019-02-011-89/+4Star
| * rt2x00: reduce tx power to nominal level on RT6352Tomislav Požega2019-02-011-1/+1
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* rt2x00: rt61pci: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-1/+1
* rt2x00: rt2800lib: mark expected switch fall-throughsGustavo A. R. Silva2018-11-061-0/+4
* rt2x00: rt2500pci: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-1/+1
* rt2x00: rt2400pci: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-1/+1
* rt2800: flush and txstatus rework for rt2800mmioStanislaw Gruszka2018-10-014-38/+97
* rt2x00: use different txstatus timeouts when flushingStanislaw Gruszka2018-10-013-10/+26
* rt2x00: do not check for txstatus timeout every time on taskletStanislaw Gruszka2018-10-014-1/+12
* rt2800mmio: use txdone/txstatus routines from libStanislaw Gruszka2018-10-012-172/+9Star
* rt2800: move usb specific txdone/txstatus routines to rt2800libStanislaw Gruszka2018-10-013-139/+145
* rt2x00: use simple_read_from_buffer()Dan Carpenter2018-08-311-15/+3Star
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-6/+0Star
|\
| * PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko2018-08-141-6/+0Star
* | rt2x00: remove redundant functions rt2x00mac_sta_{add/remove}YueHaibing2018-07-311-18/+0Star
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-4/+3Star
|\