summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
Commit message (Expand)AuthorAgeFilesLines
* rt2x00usb: Fix a warning message in 'rt2x00usb_watchdog_tx_dma()'Christophe JAILLET2019-12-181-1/+1
* rt2x00: use RESET state bit to prevent IV changes on restartStanislaw Gruszka2019-12-181-12/+9
* rt2x00: implement reconfig_completeStanislaw Gruszka2019-12-186-11/+25
* drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-22/+22
* rt2800: remove errornous duplicate conditionDaniel Golle2019-11-061-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-2/+1
|\
| * rt2x00: remove input-polldev.h headerDmitry Torokhov2019-10-081-1/+0
| * rt2x00: initialize last_resetStanislaw Gruszka2019-10-021-1/+1
* | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+2
|/
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-19/+18
|\
| * Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka2019-09-031-12/+6
| * rt2x00: clear up IV's on key removalStanislaw Gruszka2019-09-031-7/+12
* | rt2x00: do not set IEEE80211_TX_STAT_AMPDU_NO_BACK on tx statusStanislaw Gruszka2019-09-031-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-273-5/+18
|\|
| * rt2x00: clear IV's on start to fix AP mode regressionStanislaw Gruszka2019-08-203-5/+18
* | rt2800usb: Add new rt2800usb device PLANEX GW-USMicroNMasanari Iida2019-08-061-0/+1
* | rt2x00: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-241-101/+35
* | rt2x00usb: remove unnecessary rx flag checksSoeren Moch2019-07-241-6/+3
|/
* 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/+4
* 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/+44
* 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-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
|\