summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/phy.c
Commit message (Expand)AuthorAgeFilesLines
* ath5k: Fix AR5K_PHY_TXPOWER_RATE_MAX register value setting.Nickolay Ledovskikh2014-04-301-2/+2
* ath5k: shifting the wrong variable for AR5K_AR5210Dan Carpenter2014-02-131-1/+1
* ath5k: cleanup channel to eprom_mode functionJiri Slaby2013-03-061-17/+3Star
* NET: ath5k, check ath5k_eeprom_mode_from_channel retvalJiri Slaby2013-02-081-0/+4
* ath5k: add missing breaks in ath5k_hw_set_spur_mitigation_filterJohn W. Linville2012-09-251-0/+2
* ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-101-3/+11
* ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis2012-08-101-2/+2
* ath5k: Fix range scaling when setting rate power tableNick Kossifidis2012-08-101-3/+7
* ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis2012-08-101-5/+14
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-0/+2
* ath5k: do not re-run AGC calibration periodicallyFelix Fietkau2012-03-061-25/+9Star
* ath5k: We always do full calibration on AR5210Nick Kossifidis2011-11-281-0/+3
* ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis2011-11-281-142/+606
* ath5k: Use usleep_range where possibleNick Kossifidis2011-11-281-11/+11
* ath5k: Calibration re-workNick Kossifidis2011-11-281-20/+62
* ath5k: clean up base.h and its usePavel Roskin2011-08-081-1/+1
* ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin2011-08-081-38/+49
* ath5k: remove most references to XRPavel Roskin2011-08-081-2/+0Star
* ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin2011-07-221-6/+3Star
* ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-201-16/+16
* ath5k: fix reference clock frequency for spur mitigation on AR2413Felix Fietkau2011-07-131-0/+1
* ath5k: apply the synth voltage tweak only on AR5112 rev 2Felix Fietkau2011-07-131-8/+11
* ath5k: add missing checks for rfgain probeFelix Fietkau2011-07-131-4/+6
* ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-111-9/+9
* ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-081-23/+23
* ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin2011-07-081-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-11/+11
* ath5k: Fix fast channel switchingNick Kossifidis2011-02-211-55/+87
* ath5k: Correct channel setting for AR2317 chipNikolay Ledovskikh2011-02-181-0/+1
* ath5k: ath5k_eeprom_mode_from_channel() returns signedDan Carpenter2011-01-041-2/+4
* ath5k: Use helper function to get eeprom mode from channelBruno Randolf2010-12-221-53/+15Star
* ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf2010-12-221-12/+6Star
* ath5k: Track current TX power separately from max TX powerBruno Randolf2010-12-221-4/+3Star
* ath5k: Separate powertable setup and writingBruno Randolf2010-12-221-18/+16Star
* ath5k: Simplify powertable recalculationBruno Randolf2010-12-221-22/+13Star
* ath5k: Always write tx powertable on hwNick Kossifidis2010-12-061-12/+21
* ath5k: Set turbo bit on rf bank 2Nick Kossifidis2010-11-301-0/+5
* ath5k: Cleanup turbo channel flagsNick Kossifidis2010-11-301-14/+8Star
* ath5k: Use correct clock when setting ofdm timingsNick Kossifidis2010-11-301-2/+14
* ath5k: Skip tx power setting on AR5210 for nowNick Kossifidis2010-11-301-0/+3
* ath5k: Tweak phy activate to rx start delay based on bwmodeNick Kossifidis2010-11-301-4/+7
* ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis2010-11-301-15/+49
* ath5k: Skip powertable setting when we are on the same channelNick Kossifidis2010-11-301-23/+42
* ath5k: Update spur mitigation filter for turbo/half/quarterNick Kossifidis2010-11-301-21/+32
* ath5k: Tweak power detector delays on RF5111/RF5112Nick Kossifidis2010-11-301-2/+30
* ath5k: Put core clock initialization on a new functionNick Kossifidis2010-11-301-1/+0Star
* ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis2010-11-301-1/+0Star
* ath5k: Reset cleanup and generic cleanupNick Kossifidis2010-11-301-102/+342
* bitops: Provide generic sign_extend32 functionAndreas Herrmann2010-11-151-7/+1Star
* ath5k: store the clock rate in common data on channel changesFelix Fietkau2010-10-111-0/+1