aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-04rt2800: disable PS by default on USBStanislaw Gruszka1-3/+2
2013-12-11rt2x00: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-12-05rt2x00: rt2800lib: no need to write RF register 3 twice for RT5592Kevin Lo1-1/+0
2013-12-05rt2x00: rt2800lib: update RF registers for RT5390Kevin Lo1-11/+19
2013-12-05rt2x00: rt2800lib: Update BBP register initialization for RT53xxKevin Lo1-3/+3
2013-11-11wireless: rt2800lib: Fix typo on checkingFelipe Pena1-1/+1
2013-10-18rt2x00: rt2800lib: autodetect 5GHz band supportGabor Juhos1-4/+4
2013-10-18rt2x00: rt2800lib: use switch statement for RF specific setupGabor Juhos1-21/+30
2013-10-18rt2x00: rt2800lib: use {tx,rx}_chain_num to avoid superfluous EEPROM accessGabor Juhos1-10/+6
2013-10-14rt2x00: rt2800lib: remove duplicate rf_vals for RF3053Kevin Lo1-72/+3
2013-10-14rt2x00: rt2800lib: fix RF registers for RT5390/RT5392Kevin Lo1-3/+2
2013-10-14rt2x00: rt2800lib: use rt2x00_has_cap_* helpersGabor Juhos1-13/+12
2013-10-10rt2x00: rt2800lib: fix VGC adjustment for RT3572 and RT3593Gabor Juhos1-5/+20
2013-10-10rt2x00: rt2800lib: fix VGC adjustment for RT5592Gabor Juhos1-4/+7
2013-10-10rt2x00: rt2800lib: no need to toggle RF R30 bit 7 twiceKevin Lo1-7/+0
2013-10-10rt2x00: rt2800lib: fix default VGC values for RT3572 for the 5GHz bandGabor Juhos1-4/+11
2013-10-10rt2x00: rt2800lib: fix VGC programming for RT3572 and RT3593Gabor Juhos1-2/+8
2013-10-10rt2x00: rt2800lib: fix default VGC values for RT3593Gabor Juhos1-0/+3
2013-10-10rt2x00: rt2800lib: remove TXPOWER_DELTA entry from extended EEPROM mapGabor Juhos1-1/+0
2013-10-10rt2x00: rt2800lib: remove TXMIXER_GAIN entries from the extended EEPROM mapGabor Juhos1-2/+0
2013-10-03rt2800: add support for radio chip RF3070Stanislaw Gruszka1-1/+7
2013-09-26rt2x00: Fix rf register for RT3070Kevin Lo1-1/+1
2013-09-26rt2x00: rt2800lib: fix band selection and LNA PE control for RT3593 PCIe cardsGabor Juhos1-9/+17
2013-09-26rt2800: comment enable radio initialization sequenceStanislaw Gruszka1-2/+11
2013-09-09rt2800: change initialization sequence to fix system freezeStanislaw Gruszka1-5/+6
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2013-08-26rt2800: fix wrong TX power compensationStanislaw Gruszka1-0/+7
2013-08-26rt2x00: rt2800lib: don't hardcode beacon offsetsGabor Juhos1-8/+22
2013-08-26rt2x00: rt2800lib: add rt2800_hw_beacon_base helperGabor Juhos1-2/+9
2013-08-22rt2x00: rt2800lib: adjust frequency offset for RF3053Gabor Juhos1-1/+1
2013-08-22rt2x00: rt2800lib: move rt2800_adjust_freq_offset functionGabor Juhos1-36/+37
2013-08-22rt2x00: rt2800lib: use step-by-step frequency offset adjustment on MMIO devicesGabor Juhos1-3/+16
2013-08-22rt2x00: rt2800lib: use a MCU command for frequency adjustment on USB devicesGabor Juhos1-1/+5
2013-08-22rt2x00: rt2800lib: optimize frequency offset adjustmentGabor Juhos1-1/+6
2013-08-22rt2x00: rt2800lib: fix frequency offset boundary calculationGabor Juhos1-4/+5
2013-08-22rt2x00: rt2800lib: pass beacon index to rt2800_clear_beacon_registerGabor Juhos1-11/+7
2013-08-22rt2x00: rt2800: rename HW_BEACON_OFFSET macroGabor Juhos1-2/+2
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-1/+2
2013-08-16rt2x00: rt2800lib: introduce rt2800_get_txwi_rxwi_size helperGabor Juhos1-0/+23
2013-07-22rt2x00: rt2800lib: enable RT3593 supportGabor Juhos1-0/+1
2013-07-22rt2x00: rt2800lib: enable RF3053 supportGabor Juhos1-0/+1
2013-07-22rt2x00: rt2800lib: enable VCO recalibration for RF3053Gabor Juhos1-0/+2
2013-07-22rt2x00: rt2800lib: add channel configuration for RF3053Gabor Juhos1-1/+365
2013-07-22rt2x00: rt2800lib: add rf_vals for RF3053Gabor Juhos1-0/+70
2013-07-22rt2x00: rt2800lib: add default_power3 field for three-chain devicesGabor Juhos1-0/+22
2013-07-22rt2x00: rt2800lib: fix LNA_A[12] gain values for RT3593Gabor Juhos1-12/+43
2013-07-22rt2x00: rt2800lib: hardcode TX mixer gain values for RT3593Gabor Juhos1-0/+6
2013-07-22rt2x00: rt2800lib: introduce rt2800_get_txmixer_gain_{24,5}g helpersGabor Juhos1-14/+24
2013-07-22rt2x00: rt2800lib: fix default TX power values for RT3593Gabor Juhos1-0/+7
2013-07-22rt2x00: rt2800lib: add rt2800_txpower_to_dev helperGabor Juhos1-7/+14