aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/reset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06ath5k: cleanup channel to eprom_mode functionJiri Slaby1-3/+1
2013-02-08NET: ath5k, check ath5k_eeprom_mode_from_channel retvalJiri Slaby1-0/+2
2012-11-16ath5k: precedence error in ath5k_hw_nic_wakeup()Dan Carpenter1-3/+3
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-0/+2
2012-02-22ath5k:Remove __raw_read and __raw_writeJonathan Bither1-5/+5
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis1-52/+164
2011-11-28ath5k: Use usleep_range where possibleNick Kossifidis1-7/+7
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-1/+0
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin1-40/+30
2011-08-08ath5k: remove most references to XRPavel Roskin1-8/+0
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-22/+22
2011-07-13ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau1-3/+8
2011-07-13ath5k: fix reference clock usec duration setting restoreFelix Fietkau1-1/+11
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-5/+5
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-4/+4
2011-07-08ath5k: don't use volatile, it's not neededPavel Roskin1-1/+1
2011-07-08ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin1-1/+1
2011-06-17ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin1-3/+3
2011-06-03ath5k: Disable fast channel switching by defaultNick Kossifidis1-1/+4
2011-04-29ath5k: fix uninitialized var warning for txf2txsJohn W. Linville1-0/+5
2010-12-22ath5k: Use helper function to get eeprom mode from channelBruno Randolf1-11/+8
2010-12-22ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf1-8/+3
2010-12-22ath5k: Use pci_is_pcie()Hauke Mehrtens1-2/+2
2010-12-02ath5k: Fix reset and interrupts for AHB type of devices.Felix Fietkau1-12/+91
2010-12-02ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau1-2/+2
2010-11-30ath5k: Cleanup turbo channel flagsNick Kossifidis1-16/+1
2010-11-30ath5k: No need to save/restore staid flags on resetNick Kossifidis1-21/+1
2010-11-30ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis1-110/+157
2010-11-30ath5k: Update PLL programming for turbo/half/quarterNick Kossifidis1-5/+23
2010-11-30ath5k: Increase PHY settling parameters for turo modeNick Kossifidis1-13/+39
2010-11-30ath5k: Small cleanup on tweak_initvalsNick Kossifidis1-15/+3
2010-11-30ath5k: Put core clock initialization on a new functionNick Kossifidis1-14/+116
2010-11-30ath5k: Stop PCU on resetNick Kossifidis1-0/+5
2010-11-30ath5k: Add new function to stop rx/tx DMANick Kossifidis1-5/+8
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis1-471/+171
2010-10-05ath5k: Allow ath5k to support virtual STA and AP interfaces.Ben Greear1-2/+2
2010-08-25ath5k: trivial spelling fixesBob Copeland1-3/+3
2010-08-24ath5k: clean up some commentsBob Copeland1-11/+11
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis1-1/+1
2010-06-08ath5k: no need to save/restore the default antennaBruno Randolf1-7/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf1-27/+6
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf1-1/+0
2010-06-02ath5k: clarify logic when to enable spur mitigation filterBruno Randolf1-10/+5
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf1-7/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-13/+25
2010-03-10ath5k: remove double opmode definitionBruno Randolf1-7/+2
2010-03-10ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf1-6/+9
2010-03-10ath5k: fix TSF resetBruno Randolf1-4/+3