index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath5k
/
phy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath: Add and use pr_fmt, convert printks to pr_<level>
Joe Perches
2012-04-10
1
-0
/
+2
*
ath5k: do not re-run AGC calibration periodically
Felix Fietkau
2012-03-06
1
-25
/
+9
*
ath5k: We always do full calibration on AR5210
Nick Kossifidis
2011-11-28
1
-0
/
+3
*
ath5k: Cleanups v2 + add kerneldoc on all hw functions
Nick Kossifidis
2011-11-28
1
-142
/
+606
*
ath5k: Use usleep_range where possible
Nick Kossifidis
2011-11-28
1
-11
/
+11
*
ath5k: Calibration re-work
Nick Kossifidis
2011-11-28
1
-20
/
+62
*
ath5k: clean up base.h and its use
Pavel Roskin
2011-08-08
1
-1
/
+1
*
ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value
Pavel Roskin
2011-08-08
1
-38
/
+49
*
ath5k: remove most references to XR
Pavel Roskin
2011-08-08
1
-2
/
+0
*
ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()
Pavel Roskin
2011-07-22
1
-6
/
+3
*
ath5k: merge ath5k_hw and ath5k_softc
Pavel Roskin
2011-07-20
1
-16
/
+16
*
ath5k: fix reference clock frequency for spur mitigation on AR2413
Felix Fietkau
2011-07-13
1
-0
/
+1
*
ath5k: apply the synth voltage tweak only on AR5112 rev 2
Felix Fietkau
2011-07-13
1
-8
/
+11
*
ath5k: add missing checks for rfgain probe
Felix Fietkau
2011-07-13
1
-4
/
+6
*
ath5k: fix typos, bad comment formatting and GHz in place of MHz
Pavel Roskin
2011-07-11
1
-9
/
+9
*
ath5k: fix formatting errors found by checkpatch.pl
Pavel Roskin
2011-07-08
1
-23
/
+23
*
ath5k: replace spaces with tabs as suggested by checkpatch.pl
Pavel Roskin
2011-07-08
1
-3
/
+3
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-11
/
+11
*
ath5k: Fix fast channel switching
Nick Kossifidis
2011-02-21
1
-55
/
+87
*
ath5k: Correct channel setting for AR2317 chip
Nikolay Ledovskikh
2011-02-18
1
-0
/
+1
*
ath5k: ath5k_eeprom_mode_from_channel() returns signed
Dan Carpenter
2011-01-04
1
-2
/
+4
*
ath5k: Use helper function to get eeprom mode from channel
Bruno Randolf
2010-12-22
1
-53
/
+15
*
ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead
Bruno Randolf
2010-12-22
1
-12
/
+6
*
ath5k: Track current TX power separately from max TX power
Bruno Randolf
2010-12-22
1
-4
/
+3
*
ath5k: Separate powertable setup and writing
Bruno Randolf
2010-12-22
1
-18
/
+16
*
ath5k: Simplify powertable recalculation
Bruno Randolf
2010-12-22
1
-22
/
+13
*
ath5k: Always write tx powertable on hw
Nick Kossifidis
2010-12-06
1
-12
/
+21
*
ath5k: Set turbo bit on rf bank 2
Nick Kossifidis
2010-11-30
1
-0
/
+5
*
ath5k: Cleanup turbo channel flags
Nick Kossifidis
2010-11-30
1
-14
/
+8
*
ath5k: Use correct clock when setting ofdm timings
Nick Kossifidis
2010-11-30
1
-2
/
+14
*
ath5k: Skip tx power setting on AR5210 for now
Nick Kossifidis
2010-11-30
1
-0
/
+3
*
ath5k: Tweak phy activate to rx start delay based on bwmode
Nick Kossifidis
2010-11-30
1
-4
/
+7
*
ath5k: Support synth-only channel change for AR2413/AR5413
Nick Kossifidis
2010-11-30
1
-15
/
+49
*
ath5k: Skip powertable setting when we are on the same channel
Nick Kossifidis
2010-11-30
1
-23
/
+42
*
ath5k: Update spur mitigation filter for turbo/half/quarter
Nick Kossifidis
2010-11-30
1
-21
/
+32
*
ath5k: Tweak power detector delays on RF5111/RF5112
Nick Kossifidis
2010-11-30
1
-2
/
+30
*
ath5k: Put core clock initialization on a new function
Nick Kossifidis
2010-11-30
1
-1
/
+0
*
ath5k: Add new field on ath5k_hw to track bandwidth modes
Nick Kossifidis
2010-11-30
1
-1
/
+0
*
ath5k: Reset cleanup and generic cleanup
Nick Kossifidis
2010-11-30
1
-102
/
+342
*
bitops: Provide generic sign_extend32 function
Andreas Herrmann
2010-11-15
1
-7
/
+1
*
ath5k: store the clock rate in common data on channel changes
Felix Fietkau
2010-10-11
1
-0
/
+1
*
ath5k: Fix bitmasks and typos for PCU Diagnostic register
Bruno Randolf
2010-09-28
1
-2
/
+2
*
ath5k: avoid unneeded calibration error messages
Fabio Rossi
2010-09-14
1
-1
/
+1
*
ath5k: fix off-by-one in pilot magnitude mask
Bob Copeland
2010-08-27
1
-1
/
+1
*
ath5k: trivial spelling fixes
Bob Copeland
2010-08-25
1
-1
/
+1
*
ath5k: clean up some comments
Bob Copeland
2010-08-24
1
-9
/
+6
*
ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413
Bruno Randolf
2010-06-28
1
-1
/
+1
*
ath5k: new function for setting the antenna switch table
Bruno Randolf
2010-06-08
1
-0
/
+32
*
ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masks
Bruno Randolf
2010-06-08
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-06-07
1
-0
/
+7
|
\
[next]