aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-08rt2x00: fixup fill_tx_status for nomatch caseStanislaw Gruszka2-1/+6
2017-03-08rt2x00: add txdone nomatch functionStanislaw Gruszka2-0/+52
2017-03-08rt2x00: separte clearing entry from rt2x00lib_txdoneStanislaw Gruszka1-22/+29
2017-03-08rt2x00: separte filling tx status from rt2x00lib_txdoneStanislaw Gruszka1-65/+76
2017-03-08rt2800: identify station based on status WCIDStanislaw Gruszka3-1/+8
2017-03-08rt2x00: rt2800lib: move rt2800_drv_data declaration into rt2800lib.hGabor Juhos2-25/+23
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+3
2017-03-02average: change to declare precision, not factorJohannes Berg1-1/+1
2017-02-15rt2500usb: don't mark register accesses as inlineArnd Bergmann1-14/+5
2017-02-08rt2x00: remove queue_entry from skbdescStanislaw Gruszka2-5/+0
2017-02-08rt2x00: call entry directly in rt2x00_dump_frameStanislaw Gruszka10-14/+15
2017-02-08rt61pci: use entry directlyStanislaw Gruszka1-2/+1
2017-02-08rt2x00usb: fix anchor initializationStanislaw Gruszka1-5/+8
2017-02-08rt2x00usb: do not anchor rx and tx urb'sStanislaw Gruszka1-4/+0
2017-02-07rt2x00: avoid introducing a USB dependency in the rt2x00lib moduleStanislaw Gruszka2-15/+13
2017-01-31rt2800: enable rt3290 unconditionally on pci probeStanislaw Gruszka1-3/+0
2017-01-31rt2x00: fix clk_get callStanislaw Gruszka1-1/+4
2017-01-28rt2x00: add support for RT5350 WiSoCSerge Vasilugin3-7/+120
2017-01-28rt2x00: rt2800lib: add support for RT3352 with 20MHz crystalDaniel Golle1-1/+30
2017-01-28rt2x00: add copy of clk for soc devicesStanislaw Gruszka2-0/+5
2017-01-19rt2x00: rt2800lib: support for for RT3352 with external PADaniel Golle3-13/+89
2017-01-19rt2x00: rt2800lib: fix rf id for RT3352Felix Fietkau1-0/+2
2017-01-19rt2x00: rt2800lib: correctly set HT20/HT40 filterSerge Vasilugin2-2/+13
2017-01-19rt2800: remove warning on bcn_num != rt2x00dev->intf_beaconingStanislaw Gruszka1-2/+0
2017-01-17rt2800: set max_psdu to 3 on usb devicesStanislaw Gruszka1-5/+6
2017-01-17rt2x00: do not flush empty queueStanislaw Gruszka1-1/+2
2017-01-17rt2800usb: mark tx failure on timeoutStanislaw Gruszka1-3/+2
2017-01-17rt2800: tune TX_RTS_CFG configStanislaw Gruszka1-2/+2
2017-01-17rt2800: change default retry settingsStanislaw Gruszka1-2/+9
2017-01-17rt2x00: save conf settings before reset tunerStanislaw Gruszka1-16/+16
2017-01-17rt2800: increase TX timeoutStanislaw Gruszka3-3/+3
2017-01-17rt2800usb: remove watchdogStanislaw Gruszka1-42/+0
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller9-155/+124
2016-12-30rt2x00: add mutex to synchronize config and link tunerStanislaw Gruszka4-0/+15
2016-12-30rt2800: replace msleep() with usleep_range() on channel switchStanislaw Gruszka1-2/+4