summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka2018-05-291-4/+3Star
* | rt2x00: check against flushing empty queueStanislaw Gruszka2018-05-043-2/+4
* | rt2x00: call sta_add/remove directly in rt2800Stanislaw Gruszka2018-05-046-22/+16Star
* | 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
| * rt2x00: do not pause queue unconditionally on error pathStanislaw Gruszka2018-01-081-8/+14
| * rt2x00: pause almost full queue earlyStanislaw Gruszka2018-01-082-10/+8Star
| * rt2x00: Delete an error message for a failed memory allocation in rt2x00queue...Markus Elfring2018-01-081-3/+1Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* rt2x00: use monotonic timestamps for frame dumpArnd Bergmann2017-11-102-4/+5
* rt2x00usb: mark device removed when get ENOENT usb errorStanislaw Gruszka2017-11-101-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* rt2800: fix TX_PIN_CFG setting for non MT7620 chipsStanislaw Gruszka2017-08-301-1/+4
* rt73usb: constify usb_device_idArvind Yadav2017-08-101-1/+1
* rt2800usb: constify usb_device_idArvind Yadav2017-08-101-1/+1
* rt2500usb: constify usb_device_idArvind Yadav2017-08-101-1/+1
* rt2x00: Fix MMIC CountermeasuresMichael Skeffington2017-08-082-5/+23
* rt2x00: make const array glrt_table staticColin Ian King2017-07-131-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+2Star
* rt2x00: Add device ID for Epson WN7512BEPTom Gaudasinski2017-05-241-0/+2
* rt2x00: convert rt2x00_desc_read return typeArnd Bergmann2017-05-249-87/+83Star
* rt2x00: convert rt2800_eeprom_read return typeArnd Bergmann2017-05-241-97/+97
* rt2x00: convert rt2x00_eeprom_read return typeArnd Bergmann2017-05-247-68/+62Star
* rt2x00: convert rt2*_bbp_read return typeArnd Bergmann2017-05-246-160/+119Star
* rt2x00: convert rt2800_register_read return typeArnd Bergmann2017-05-242-162/+151Star
* rt2x00: convert rt2x00usb_register_read return typeArnd Bergmann2017-05-245-148/+118Star
* rt2x00: convert rt2x00mmio_register_read return typeArnd Bergmann2017-05-248-259/+252Star
* rt2x00: convert rt2x00_rf_read return typeArnd Bergmann2017-05-247-25/+18Star
* rt2x00: convert rt2800_rfcsr_read return typeArnd Bergmann2017-05-241-164/+158Star