summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
Commit message (Expand)AuthorAgeFilesLines
* net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-1/+1
* rt2x00: add RT3883 supportGabor Juhos2019-04-253-19/+607
* rt2x00mmio: remove legacy commentStanislaw Gruszka2019-04-251-2/+0
* rt2x00: remove not used entry fieldStanislaw Gruszka2019-04-251-3/+0
* rt2x00: remove last_nostatus_checkStanislaw Gruszka2019-04-253-12/+0
* 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/+12
* 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/+9
* 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/+1
* rt2x00: remove unneeded checkTomislav Požega2019-02-191-53/+50
* Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...David S. Miller2019-02-063-117/+5
|\
| * rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-27/+0
| * rt2x00: Work around a firmware bug with shared keysBernd Edlinger2019-02-011-89/+4
| * 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/+9
* 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/+3
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-6/+0
|\
| * PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko2018-08-141-6/+0
* | rt2x00: remove redundant functions rt2x00mac_sta_{add/remove}YueHaibing2018-07-311-18/+0
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-4/+3
|\
| * Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka2018-05-291-4/+3
* | rt2x00: check against flushing empty queueStanislaw Gruszka2018-05-043-2/+4
* | rt2x00: call sta_add/remove directly in rt2800Stanislaw Gruszka2018-05-046-22/+16
* | rt2x00: fix spelling mistake in various macros, UKNOWN -> UNKNOWNColin Ian King2018-04-301-8/+8
* | rt2x00: rt2800: add antenna diversity for RT5370GXose Vazquez Perez2018-04-252-3/+7
|/
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-277-37/+39
* net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-313-22/+24
|\
| * rt2x00: Fix a typo in printkMasanari Iida2018-01-081-1/+1