aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-29Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka1-4/+3
2018-05-04rt2x00: check against flushing empty queueStanislaw Gruszka3-2/+4
2018-05-04rt2x00: call sta_add/remove directly in rt2800Stanislaw Gruszka6-22/+16
2018-04-30rt2x00: fix spelling mistake in various macros, UKNOWN -> UNKNOWNColin Ian King1-8/+8
2018-04-25rt2x00: rt2800: add antenna diversity for RT5370GXose Vazquez Perez2-3/+7
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches7-37/+39
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-22/+24
2018-01-08rt2x00: Fix a typo in printkMasanari Iida1-1/+1
2018-01-08rt2x00: do not pause queue unconditionally on error pathStanislaw Gruszka1-8/+14
2018-01-08rt2x00: pause almost full queue earlyStanislaw Gruszka2-10/+8
2018-01-08rt2x00: Delete an error message for a failed memory allocation in rt2x00queue_allocate()Markus Elfring1-3/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-10rt2x00: use monotonic timestamps for frame dumpArnd Bergmann2-4/+5
2017-11-10rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-30rt2800: fix TX_PIN_CFG setting for non MT7620 chipsStanislaw Gruszka1-1/+4
2017-08-10rt73usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-10rt2800usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-10rt2500usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-08rt2x00: Fix MMIC CountermeasuresMichael Skeffington2-5/+23
2017-07-13rt2x00: make const array glrt_table staticColin Ian King1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2