summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800lib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-111-1/+2
|\
| * Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka2012-12-051-1/+2
* | rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_ENGabor Juhos2012-12-031-2/+2
* | rt2x00: rt2800lib: fix indentation in rt2800_init_rfcsrGabor Juhos2012-12-031-60/+60
* | rt2x00: rt2800lib: fix indentation of some rt2x00_rt callsGabor Juhos2012-12-031-9/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-1/+1
|\ \ | |/ |/|
| * rt2800: validate step value for temperature compensationStanislaw Gruszka2012-10-301-1/+1
* | rt2800: comment tx power settingsStanislaw Gruszka2012-10-191-3/+19
* | rt2800: allow to reduce tx power on devices not exporting power limitStanislaw Gruszka2012-10-191-0/+27
* | rt2800: pass channel pointer to rt2800_config_txpowerStanislaw Gruszka2012-10-191-4/+5
* | rt2800: use eeprom OFDM 6M TX power as criterionStanislaw Gruszka2012-10-191-5/+6
* | rt2800: compensate tx power also for non 11b rates on 2GHzStanislaw Gruszka2012-10-191-3/+0
* | rt2800: limit TX_PWR_CFG_ values to 0xcStanislaw Gruszka2012-10-191-1/+2
* | rt2800: use BBP_R1 for setting tx powerStanislaw Gruszka2012-10-191-8/+19
|/
* rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
* rt2x00: Clean up RFCSR1 programming in rt2800_config_channel_rf3xxx.Gertjan van Wingerde2012-09-241-29/+8
* rt2x00: Code style cleanup in rt2800lib.cGertjan van Wingerde2012-09-241-1/+1
* rt2x00: rt2800lib - code cleanup.Gertjan van Wingerde2012-09-241-7/+5
* rt2x00: rt2800 - Fix default vgc values for RT3572Gertjan van Wingerde2012-09-241-4/+9
* rt2x00: Code clean up in rt2800lib.Gertjan van Wingerde2012-09-241-6/+10
* rt2x00: add MediaTek/RaLink Rt3352 WiSoCDaniel Golle2012-09-111-5/+206
* rt2x00: rt2800 - Make probe_hw function common between PCI and USB.Gertjan van Wingerde2012-09-071-6/+74
* rt2x00: Unify GPIO register field namingsGertjan van Wingerde2012-09-071-19/+19
* rt2x00: fix voltage setting for RT3572/RT3592Marc Kleine-Budde2012-09-051-0/+1
* rt2x00 : fix rt3290 resuming failed.Woody Hung2012-08-021-0/+68
* wireless: Use eth_random_addrJoe Perches2012-07-161-1/+1
* rt2800lib: merge same definesStanislaw Gruszka2012-07-111-17/+12
* rt2x00 : RT3290 chip support v4Woody Hung2012-06-201-55/+295
* rt2x00:Add RT5392 chipset supportZero.Lin2012-06-061-1/+21
* rt2x00: Add support for RT5360 based PCI devices.villacis@palosanto.com2012-06-051-0/+5
* rt2x00: Add debugfs access for rfcsr registerAnisse Astier2012-05-081-0/+7
* rt2800: add chipset revision RT5390R supportAnisse Astier2012-04-231-0/+12
* rt2800: initialize queues before giving up due to DMA errorJakub Kicinski2012-04-131-1/+1
* rt2800: add disabling of DMA before loading firmwareJakub Kicinski2012-04-131-0/+2
* rt2800: introduce wpdma_disable functionJakub Kicinski2012-04-131-15/+17
* rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800Helmut Schaa2012-03-151-1/+3
* rt2x00:Add RT5372 chipset supportJohn Li2012-02-271-24/+129
* rt2x00:Add VCO recalibrationJohn Li2012-02-271-0/+88
* rt2x00:Add debug message for new chipsetJohn Li2012-02-221-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-151-4/+4
|\
| * rt2800lib: fix wrong -128dBm when signal is stronger than -12dBmLuigi Tarenga2012-02-011-4/+4
* | rt2x00: Correctly set txmixer_gain in RT3572 channel switching.Gertjan van Wingerde2012-02-081-7/+27
* | rt2x00: Fix RT3572 channel switch RFCSR 7 programming.Gertjan van Wingerde2012-02-081-1/+6
* | rt2x00: Align RT3572 channel switch RFCSR 1 programming with Ralink driver.Gertjan van Wingerde2012-02-081-1/+2
* | rt2x00: Fix RFCSR 12 & 13 programming on RT3572 channel switching.Gertjan van Wingerde2012-02-081-4/+2
* | rt2x00: Use saved BBP 25 and 26 values when configuring channel on RT3572.Gertjan van Wingerde2012-02-081-2/+8
* | rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}.Gertjan van Wingerde2012-02-081-10/+21
* | rt2800: radio 3xxxx: channel switch RX/TX calibration fixesStanislaw Gruszka2012-02-061-3/+16
* | rt2800: radio 3xxx: add channel switch calibration routinesStanislaw Gruszka2012-02-061-0/+14
* | rt2800: radio 3xxx: program RF_R1 during channel switchStanislaw Gruszka2012-02-061-0/+34