summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink
Commit message (Expand)AuthorAgeFilesLines
* 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
* rt2x00: change function pointers for register accessorsArnd Bergmann2017-05-2415-44/+157
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-283-2/+6
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-283-3/+5
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-242-29/+47
|\
| * rt2800: fix mt7620 E2 channel registersTomislav Požega2017-04-201-2/+4
| * rt2800: fix mt7620 vco calibration registersTomislav Požega2017-04-201-3/+3
| * rt2800: do VCO calibration after programming ALCDaniel Golle2017-04-201-0/+2
| * rt2800: fix LNA gain assignment for MT7620Daniel Golle2017-04-201-2/+16
| * rt2x00: reverse external PA capability flag logicDaniel Golle2017-04-132-22/+22
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-0/+3
|\ \ | |/ |/|
| * wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+3
* | rt2x00: add support for MT7620Roman Yeryomin2017-03-225-27/+1578
* | rt2x00: fix TX_PWR_CFG_4 register definitionDaniel Golle2017-03-201-4/+4
* | rt2x00: fix rt2x00debug_dump_frame commentStanislaw Gruszka2017-03-081-1/+1
* | rt2800: use TXOP_BACKOFF for probe framesStanislaw Gruszka2017-03-081-3/+4
* | rt2800: status based rate flags for nomatch caseStanislaw Gruszka2017-03-082-1/+36
* | rt2x00: use txdone_nomatch on rt2800usbStanislaw Gruszka2017-03-084-19/+35
* | rt2x00: fixup fill_tx_status for nomatch caseStanislaw Gruszka2017-03-082-1/+6
* | rt2x00: add txdone nomatch functionStanislaw Gruszka2017-03-082-0/+52
* | rt2x00: separte clearing entry from rt2x00lib_txdoneStanislaw Gruszka2017-03-081-22/+29
* | rt2x00: separte filling tx status from rt2x00lib_txdoneStanislaw Gruszka2017-03-081-65/+76
* | rt2800: identify station based on status WCIDStanislaw Gruszka2017-03-083-1/+8