aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-04ath5k: ath5k_eeprom_mode_from_channel() returns signedDan Carpenter1-2/+4
2010-12-22ath5k: Use helper function to get eeprom mode from channelBruno Randolf1-53/+15
2010-12-22ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf1-12/+6
2010-12-22ath5k: Track current TX power separately from max TX powerBruno Randolf1-4/+3
2010-12-22ath5k: Separate powertable setup and writingBruno Randolf1-18/+16
2010-12-22ath5k: Simplify powertable recalculationBruno Randolf1-22/+13
2010-12-06ath5k: Always write tx powertable on hwNick Kossifidis1-12/+21
2010-11-30ath5k: Set turbo bit on rf bank 2Nick Kossifidis1-0/+5
2010-11-30ath5k: Cleanup turbo channel flagsNick Kossifidis1-14/+8
2010-11-30ath5k: Use correct clock when setting ofdm timingsNick Kossifidis1-2/+14
2010-11-30ath5k: Skip tx power setting on AR5210 for nowNick Kossifidis1-0/+3
2010-11-30ath5k: Tweak phy activate to rx start delay based on bwmodeNick Kossifidis1-4/+7
2010-11-30ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis1-15/+49
2010-11-30ath5k: Skip powertable setting when we are on the same channelNick Kossifidis1-23/+42
2010-11-30ath5k: Update spur mitigation filter for turbo/half/quarterNick Kossifidis1-21/+32
2010-11-30ath5k: Tweak power detector delays on RF5111/RF5112Nick Kossifidis1-2/+30
2010-11-30ath5k: Put core clock initialization on a new functionNick Kossifidis1-1/+0
2010-11-30ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis1-1/+0
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis1-102/+342
2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann1-7/+1
2010-10-11ath5k: store the clock rate in common data on channel changesFelix Fietkau1-0/+1
2010-09-28ath5k: Fix bitmasks and typos for PCU Diagnostic registerBruno Randolf1-2/+2
2010-09-14ath5k: avoid unneeded calibration error messagesFabio Rossi1-1/+1
2010-08-27ath5k: fix off-by-one in pilot magnitude maskBob Copeland1-1/+1
2010-08-25ath5k: trivial spelling fixesBob Copeland1-1/+1
2010-08-24ath5k: clean up some commentsBob Copeland1-9/+6
2010-06-28ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413Bruno Randolf1-1/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf1-0/+32
2010-06-08ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masksBruno Randolf1-2/+2
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+7
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf1-13/+0
2010-06-02ath5k: move noise floor calibration into taskletBruno Randolf1-23/+10
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-28/+9
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-08ath5k: fixup some merge damage for AR5211 IQ calibrationJohn W. Linville1-1/+4
2010-04-08ath5k: add bounds check to pdadc tableBob Copeland1-1/+1
2010-04-08ath5k: correct channel setting for 2.5 mhz spacingBob Copeland1-4/+4
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville1-23/+21
2010-03-31ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf1-13/+0
2010-03-31ath5k: optimize ath5k_hw_calibration_pollBruno Randolf1-14/+6
2010-03-31ath5k: remove the use of SWI interruptBruno Randolf1-2/+1
2010-03-31ath5k: remove static calibration interval variableBruno Randolf1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-30/+8
2010-03-15ath5k: remove dead source in ath5k_combine_linear_pcdac_curvesJohn W. Linville1-13/+0
2010-03-15ath5k: remove some dead functionsJohn W. Linville1-12/+0
2010-03-10ath5k: IQ calibration for AR5211 is slightly differentBruno Randolf1-2/+9
2010-03-10ath5k: preserve antenna settingsBruno Randolf1-0/+1