aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+3
2017-04-20rt2800: fix mt7620 E2 channel registersTomislav Požega1-2/+4
2017-04-20rt2800: fix mt7620 vco calibration registersTomislav Požega1-3/+3
2017-04-20rt2800: do VCO calibration after programming ALCDaniel Golle1-0/+2
2017-04-20rt2800: fix LNA gain assignment for MT7620Daniel Golle1-2/+16
2017-04-13rt2x00: reverse external PA capability flag logicDaniel Golle2-22/+22
2017-03-22rt2x00: add support for MT7620Roman Yeryomin5-27/+1578
2017-03-20rt2x00: fix TX_PWR_CFG_4 register definitionDaniel Golle1-4/+4
2017-03-08rt2x00: fix rt2x00debug_dump_frame commentStanislaw Gruszka1-1/+1
2017-03-08rt2800: use TXOP_BACKOFF for probe framesStanislaw Gruszka1-3/+4
2017-03-08rt2800: status based rate flags for nomatch caseStanislaw Gruszka2-1/+36
2017-03-08rt2x00: use txdone_nomatch on rt2800usbStanislaw Gruszka4-19/+35