aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18rt2800: 5592: iq calibration for 5GHzStanislaw Gruszka1-10/+60
2013-03-18rt2800: 5592: TXWI & RXWI descriptors sizeStanislaw Gruszka1-5/+0
2013-03-18rt2800: 5592: add chip specific vgc calculationsStanislaw Gruszka1-7/+22
2013-03-18rt2800: 5592: add AGC initStanislaw Gruszka1-1/+4
2013-03-18rt2800: add write_with_rx_chain functionStanislaw Gruszka1-0/+16
2013-03-18rt2800: rearrange bbp/rfcsr initializationStanislaw Gruszka1-5/+45
2013-03-18rt2800: 5592: add iq calibrationStanislaw Gruszka1-2/+39
2013-03-18rt2800: 5592: more channel switch registers settings (BBP & GLRT)Stanislaw Gruszka1-0/+32
2013-03-18rt2800: 5592: enable rf initStanislaw Gruszka1-0/+1
2013-03-18rt2800: 5592: setup LDO_CFG0 when configuring channelStanislaw Gruszka1-0/+5
2013-03-18rt2800: 5592: init frequency calibrationStanislaw Gruszka1-3/+9
2013-03-18rt2800: 5592: initialize RF_38/39/30 registersStanislaw Gruszka1-1/+2
2013-03-18rt2800: 5592: initialize BBP_R138 registerStanislaw Gruszka1-1/+2
2013-03-18rt2800: 5592: initalize BBP_R103 register on new revisionsStanislaw Gruszka1-0/+2
2013-03-18rt2800: 5592: initalize RF_R27 on older revisionsStanislaw Gruszka1-1/+2
2013-03-18rt2800: 5592: RF early registers initializationStanislaw Gruszka1-25/+51
2013-03-18rt2800: 5592: common BBP initializationStanislaw Gruszka1-0/+22
2013-03-18rt2800: 5592: BBP registers initializationStanislaw Gruszka1-5/+105
2013-03-18rt2800: 5592: MAC registers initalizationStanislaw Gruszka1-2/+4
2013-03-18rt2800: 5592: channel config stubStanislaw Gruszka1-0/+255
2013-03-18rt2800: 5592: add channels tableStanislaw Gruszka1-0/+144
2013-03-18rt2800: 5592: early definesStanislaw Gruszka1-0/+2
2013-03-18rt2800: do not crash if spec->channels is NULLStanislaw Gruszka1-0/+3
2013-01-30rt2x00: remove NOTICEStanislaw Gruszka1-1/+1
2013-01-22rt2x00: Improve TX status handling for BlockAckReq framesHelmut Schaa1-4/+2
2013-01-07rt2x00: rt2800: convert read_eeprom functions to return an int valueGabor Juhos1-2/+7
2013-01-07rt2800: refactor RFCSR initializationStanislaw Gruszka1-372/+423
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-1/+2
2012-12-05Revert: "rt2x00: Don't let mac80211 send a BAR when an AMPDU subframe fails"Stanislaw Gruszka1-1/+2
2012-12-03rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_ENGabor Juhos1-2/+2
2012-12-03rt2x00: rt2800lib: fix indentation in rt2800_init_rfcsrGabor Juhos1-60/+60
2012-12-03rt2x00: rt2800lib: fix indentation of some rt2x00_rt callsGabor Juhos1-9/+9
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-10-30rt2800: validate step value for temperature compensationStanislaw Gruszka1-1/+1
2012-10-19rt2800: comment tx power settingsStanislaw Gruszka1-3/+19
2012-10-19rt2800: allow to reduce tx power on devices not exporting power limitStanislaw Gruszka1-0/+27
2012-10-19rt2800: pass channel pointer to rt2800_config_txpowerStanislaw Gruszka1-4/+5
2012-10-19rt2800: use eeprom OFDM 6M TX power as criterionStanislaw Gruszka1-5/+6
2012-10-19rt2800: compensate tx power also for non 11b rates on 2GHzStanislaw Gruszka1-3/+0
2012-10-19rt2800: limit TX_PWR_CFG_ values to 0xcStanislaw Gruszka1-1/+2
2012-10-19rt2800: use BBP_R1 for setting tx powerStanislaw Gruszka1-8/+19
2012-10-05rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle1-2/+2
2012-09-24rt2x00: Clean up RFCSR1 programming in rt2800_config_channel_rf3xxx.Gertjan van Wingerde1-29/+8
2012-09-24rt2x00: Code style cleanup in rt2800lib.cGertjan van Wingerde1-1/+1
2012-09-24rt2x00: rt2800lib - code cleanup.Gertjan van Wingerde1-7/+5
2012-09-24rt2x00: rt2800 - Fix default vgc values for RT3572Gertjan van Wingerde1-4/+9
2012-09-24rt2x00: Code clean up in rt2800lib.Gertjan van Wingerde1-6/+10
2012-09-11rt2x00: add MediaTek/RaLink Rt3352 WiSoCDaniel Golle1-5/+206
2012-09-07rt2x00: rt2800 - Make probe_hw function common between PCI and USB.Gertjan van Wingerde1-6/+74