summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2013-10-01rt2800: fix wrong TX power compensationStanislaw Gruszka1-0/+7
2013-08-12rt2x00: fix stop queueStanislaw Gruszka1-7/+11
2013-07-29rt2x00: read 5GHz TX power values from the correct offsetGabor Juhos3-4/+6
2013-04-12rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner1-2/+2
2013-03-28rt2x00: error in configurations with mesh support disabledFelix Fietkau1-0/+2
2012-11-18rt2800: validate step value for temperature compensationStanislaw Gruszka1-1/+1
2012-10-02rt2800usb: Added rx packet length validity checkSergei Poselenov2-2/+10
2012-10-02rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde11-0/+69
2012-10-02rt2x00: Fix word size of rt2500usb MAC_CSR19 register.Gertjan van Wingerde2-9/+9
2012-10-02rt2x00: Identify ASUS USB-N53 device.Gertjan van Wingerde1-1/+2
2012-08-27rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son1-0/+1
2012-08-15rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka1-2/+1
2012-08-09rt2800usb: 2001:3c17 is an RT3370 deviceAlbert Pool1-1/+2
2012-07-19rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka1-1/+1
2012-06-17wireless: rt2x00: rt2800usb more devices were identifiedXose Vazquez Perez1-5/+3
2012-06-17wireless: rt2x00: rt2800usb add more devices idsXose Vazquez Perez1-3/+14
2012-06-17rt2x00: use atomic variable for seqnoStanislaw Gruszka3-10/+7
2012-04-10rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia1-5/+1
2012-03-26rt2x00: rt2800usb: fix status register reread logicStanislaw Gruszka1-1/+1
2012-03-26rt2x00: rt2800usb: schedule txdone work on timeoutStanislaw Gruszka1-1/+7
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+17
2012-03-15rt2x00: rt2800usb: limit tx queues lengthStanislaw Gruszka1-1/+1
2012-03-15rt2x00: rt2800usb: do not check packedid for aggregated framesStanislaw Gruszka1-2/+3
2012-03-15rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka5-64/+101
2012-03-15rt2x00: rt2800usb: rework txdone codeStanislaw Gruszka1-41/+31
2012-03-15rt2x00: rt2800usb: move additional txdone into new functionStanislaw Gruszka1-5/+11
2012-03-15rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800Helmut Schaa1-1/+3
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-03-12rt2x00: Fix beacon skew in rt2800pciHelmut Schaa2-0/+33
2012-03-12rt2x00: fix random stallsStanislaw Gruszka3-1/+17
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2012-02-27rt2800pci: Fix 'Error - MCU request failed' during initializationJakub Kicinski1-8/+17
2012-02-27rt2800: Add documentation on MCU requestsJakub Kicinski2-4/+19
2012-02-27rt2x00:Add RT5372 chipset supportJohn Li5-25/+147
2012-02-27rt2x00:Add VCO recalibrationJohn Li10-0/+171
2012-02-27rt2x00: Add support for D-Link DWA-127 to rt2800usb.Gertjan van Wingerde1-0/+1
2012-02-22rt2x00:Add debug message for new chipsetJohn Li1-2/+2
2012-02-22rt2x00:Fix typoJohn Li1-1/+1
2012-02-21rt2x00: fix a possible NULL pointer dereferenceGabor Juhos1-1/+2
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+4
2012-02-09rt2x00: Correctly set txmixer_gain in RT3572 channel switching.Gertjan van Wingerde2-7/+40
2012-02-09rt2x00: Fix RT3572 channel switch RFCSR 7 programming.Gertjan van Wingerde2-5/+12
2012-02-09rt2x00: Align RT3572 channel switch RFCSR 1 programming with Ralink driver.Gertjan van Wingerde1-1/+2
2012-02-09rt2x00: Fix RFCSR 12 & 13 programming on RT3572 channel switching.Gertjan van Wingerde1-4/+2
2012-02-09rt2x00: Use saved BBP 25 and 26 values when configuring channel on RT3572.Gertjan van Wingerde2-2/+10
2012-02-09rt2x00: Update comment on freq_offset field in struct rt2x00_dev.Gertjan van Wingerde1-1/+1
2012-02-09rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}.Gertjan van Wingerde5-17/+31
2012-02-09rt2x00: Introduce concept of driver data in struct rt2x00_dev.Gertjan van Wingerde2-0/+24
2012-02-06rt2800: document RF_R03 register bits [7:4]Stanislaw Gruszka1-0/+3
2012-02-06rt2800: radio 3xxxx: channel switch RX/TX calibration fixesStanislaw Gruszka2-3/+24