aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-24rt2x00: Add device ID for Epson WN7512BEPTom Gaudasinski1-0/+2
2017-05-24rt2x00: convert rt2x00_desc_read return typeArnd Bergmann9-87/+83
2017-05-24rt2x00: convert rt2800_eeprom_read return typeArnd Bergmann1-97/+97
2017-05-24rt2x00: convert rt2x00_eeprom_read return typeArnd Bergmann7-68/+62
2017-05-24rt2x00: convert rt2*_bbp_read return typeArnd Bergmann6-160/+119
2017-05-24rt2x00: convert rt2800_register_read return typeArnd Bergmann2-162/+151
2017-05-24rt2x00: convert rt2x00usb_register_read return typeArnd Bergmann5-148/+118
2017-05-24rt2x00: convert rt2x00mmio_register_read return typeArnd Bergmann8-259/+252
2017-05-24rt2x00: convert rt2x00_rf_read return typeArnd Bergmann7-25/+18
2017-05-24rt2x00: convert rt2800_rfcsr_read return typeArnd Bergmann1-164/+158
2017-05-24rt2x00: change function pointers for register accessorsArnd Bergmann15-44/+157
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg3-2/+6
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg3-3/+5
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-29/+47